#CF421D

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

Shades of Harley Davidson Orange #CF421D

Tints of Harley Davidson Orange #CF421D

Color information

#CF421D (or 0xCF421D) is unknown color: approx Harley Davidson Orange. HEX triplet: CF, 42 and 1D. RGB value is (207,66,29). Sum of RGB (Red+Green+Blue) = 207+66+29=302 (40% of max value = 765). Red value is 207 (81.25% from 255 or 68.54% from 302); Green value is 66 (26.17% from 255 or 21.85% from 302); Blue value is 29 (11.72% from 255 or 9.60% from 302); Max value from RGB is 207 - color contains mainly: red. Hex color #CF421D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF421D is #30BDE2. Grayscale: #686868. Windows color (decimal): -3194339 or 1917647. OLE color: 1917647.

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

Color convert

RGB2076629-
CMYK00.680.860.19
HSL12.47º75.42%46.27%-
HSV(B)12.47º85.99%81.18%-
XYZ27.917.253.02-
YUV103.9485.71201.51-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 68.54%
GREEN value IS 66 (26.17% from 255) = 21.85%
BLUE value IS 29 (11.72% from 255) = 9.60%
R=68.54%
G=21.85%
B=9.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.86
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207662900.680.860.1912.4775.4246.27
HexCF421D0445613c4b2e
Octal317102350104126231411356
Binary110011111000010111010100010010101101001111001001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF421D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF421D; }

 p { color: rgb(207,66,29); }

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

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

 a { background-color: rgb(207,66,29); }

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

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

 span { border-color: rgb(207,66,29); }

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