Html Css Color HEX #CF3F21 Harley Davidson Orange

📋 copy color: '#CF3F21'

red 207 ◦ green 63 ◦ blue 33

#CF3F21
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harley Davidson Orange #CF3F21

Tints of Harley Davidson Orange #CF3F21

RGB

 RED value IS 207 (81.25% from 255) = 68.32%

 GREEN value IS 63 (25% from 255) = 20.79%

 BLUE value IS 33 (13.28% from 255) = 10.89%

R = 68.32%
G = 20.79%
B = 10.89%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CF3F21 (or 0xCF3F21) is known color: Harley Davidson Orange. HEX triplet: CF, 3F and 21. RGB value is (207,63,33). Sum of RGB (Red+Green+Blue) = 207+63+33=303 (40% of max value = 765). Red value is 207 (81.25% from 255 or 68.32% from 303); Green value is 63 (25% from 255 or 20.79% from 303); Blue value is 33 (13.28% from 255 or 10.89% from 303); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3F21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3F21 is #30C0DE. Grayscale: #666666. Windows color (decimal): -3195103 or 2179023. OLE color: 2179023.

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

Color convert

RGB 207 63 33 -
CMYK 0 0.70 0.84 0.19
HSL 10.34º 0.73% 0.47% -
HSV(B) 10.34º 0.84% 0.81% -
XYZ 27.78 16.93 3.24 -
YUV 102.64 88.71 202.44 -
System Red Green Blue C M Y K H S L
Decimal 207 63 33 0 0.70 0.84 0.19 10.34 0.73 0.47
Hex CF 3F 21 0 46 54 13 A 48 2F
Octal 317 77 41 0 106 124 23 12 110 57
Binary 11001111 111111 100001 0 1000110 1010100 10011 1010 1001000 101111

Color Harmonies of #CF3F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3F21

Black with #CF3F21

Text Example


Text Example

White with #CF3F21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3F21; }

 p { color: rgb(207,63,33); }

 H1.HeaderClassName
 {
   color: #CF3F21;
 }
 .AnyTagClassName
 {
   color: #CF3F21;
 }
</style>

background-color css

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

 a { background-color: rgb(207,63,33); }

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

border-color css

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

 span { border-color: rgb(207,63,33); }

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