#CF3D12

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

Shades of Harley Davidson Orange #CF3D12

Tints of Harley Davidson Orange #CF3D12

Color information

#CF3D12 (or 0xCF3D12) is unknown color: approx Harley Davidson Orange. HEX triplet: CF, 3D and 12. RGB value is (207,61,18). Sum of RGB (Red+Green+Blue) = 207+61+18=286 (37% of max value = 765). Red value is 207 (81.25% from 255 or 72.38% from 286); Green value is 61 (24.22% from 255 or 21.33% from 286); Blue value is 18 (7.42% from 255 or 6.29% from 286); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3D12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF3D12 is #30C2ED. Grayscale: #646464. Windows color (decimal): -3195630 or 1195471. OLE color: 1195471.

HSL color Cylindrical-coordinate representation of color #CF3D12: hue angle of 13.65º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF3D12 is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.19.

Color convert

RGB2076118-
CMYK00.710.910.19
HSL13.65º84%44.12%-
HSV(B)13.65º91.3%81.18%-
XYZ27.5116.652.34-
YUV99.7581.87204.5-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 72.38%
GREEN value IS 61 (24.22% from 255) = 21.33%
BLUE value IS 18 (7.42% from 255) = 6.29%
R=72.38%
G=21.33%
B=6.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.91
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207611800.710.910.1913.658444.12
HexCF3D120475B13e542c
Octal31775220107133231612454
Binary11001111111101100100100011110110111001111101010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF3D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF3D12; }

 p { color: rgb(207,61,18); }

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

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

 a { background-color: rgb(207,61,18); }

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

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

 span { border-color: rgb(207,61,18); }

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