#cf330d

Color #CF330D Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #CF330D

Tints of Harley Davidson Orange #CF330D

Color information

#CF330D (or 0xCF330D) is unknown color: approx Harley Davidson Orange. HEX triplet: CF, 33 and 0D. RGB value is (207,51,13). Sum of RGB (Red+Green+Blue) = 207+51+13=271 (35% of max value = 765). Red value is 207 (81.25% from 255 or 76.38% from 271); Green value is 51 (20.31% from 255 or 18.82% from 271); Blue value is 13 (5.47% from 255 or 4.80% from 271); Max value from RGB is 207 - color contains mainly: red. Hex color #CF330D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF330D is #30CCF2. Grayscale: #5D5D5D. Windows color (decimal): -3198195 or 865231. OLE color: 865231.

HSL color Cylindrical-coordinate representation of color #CF330D: hue angle of 11.75º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF330D is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.19.

Color convert

RGB2075113-
CMYK00.750.940.19
HSL11.75º88.18%43.14%-
HSV(B)11.75º93.72%81.18%-
XYZ26.9915.661.98-
YUV93.3182.68209.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 76.38%
GREEN value IS 51 (20.31% from 255) = 18.82%
BLUE value IS 13 (5.47% from 255) = 4.80%
R=76.38%
G=18.82%
B=4.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.94
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207511300.750.940.1911.7588.1843.14
HexCF33D04B5E13c582b
Octal31763150113136231413053
Binary1100111111001111010100101110111101001111001011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf330d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf330d; }

 p { color: rgb(207,51,13); }

 H1.HeaderClassName
 {
   color: #cf330d;
 }
 .AnyTagClassName
 {
   color: #cf330d;
 }
</style>
background-color css

<style>
 a { background-color: #cf330d; }

 a { background-color: rgb(207,51,13); }

 div.DivClassName
 {
   background-color: #cf330d;
 }
 .BgClassName
 {
   background-color: #cf330d;
 }
</style>
border-color css

<style>
 span { border-color: #cf330d; }

 span { border-color: rgb(207,51,13); }

 td.TdClassName
 {
   border-color: #cf330d;
 }
 .TagClassName
 {
   border-color: #cf330d;
 }
</style>