Html Css Color HEX #CF4221 Harley Davidson Orange

📋 copy color: '#CF4221'

red 207 ◦ green 66 ◦ blue 33

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

Shades of Harley Davidson Orange #CF4221

Tints of Harley Davidson Orange #CF4221

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.57%

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

R = 67.65%
G = 21.57%
B = 10.78%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CF4221 (or 0xCF4221) is known color: Harley Davidson Orange. HEX triplet: CF, 42 and 21. RGB value is (207,66,33). Sum of RGB (Red+Green+Blue) = 207+66+33=306 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.65% from 306); Green value is 66 (26.17% from 255 or 21.57% from 306); Blue value is 33 (13.28% from 255 or 10.78% from 306); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4221 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF4221 is #30BDDE. Grayscale: #686868. Windows color (decimal): -3194335 or 2179791. OLE color: 2179791.

HSL color Cylindrical-coordinate representation of color #CF4221: hue angle of 11.38º 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 #CF4221 is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 66 33 -
CMYK 0 0.68 0.84 0.19
HSL 11.38º 0.73% 0.47% -
HSV(B) 11.38º 0.84% 0.81% -
XYZ 27.95 17.27 3.3 -
YUV 104.4 87.71 201.18 -
System Red Green Blue C M Y K H S L
Decimal 207 66 33 0 0.68 0.84 0.19 11.38 0.73 0.47
Hex CF 42 21 0 44 54 13 B 48 2F
Octal 317 102 41 0 104 124 23 13 110 57
Binary 11001111 1000010 100001 0 1000100 1010100 10011 1011 1001000 101111

Color Harmonies of #CF4221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4221

Black with #CF4221

Text Example


Text Example

White with #CF4221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4221; }

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

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

background-color css

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

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

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

border-color css

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

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

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