Html Css Color HEX #CF441F Harley Davidson Orange

📋 copy color: '#CF441F'

red 207 ◦ green 68 ◦ blue 31

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

Shades of Harley Davidson Orange #CF441F

Tints of Harley Davidson Orange #CF441F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.22%

 BLUE value IS 31 (12.5% from 255) = 10.13%

R = 67.65%
G = 22.22%
B = 10.13%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CF441F (or 0xCF441F) is known color: Harley Davidson Orange. HEX triplet: CF, 44 and 1F. RGB value is (207,68,31). Sum of RGB (Red+Green+Blue) = 207+68+31=306 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.65% from 306); Green value is 68 (26.95% from 255 or 22.22% from 306); Blue value is 31 (12.5% from 255 or 10.13% from 306); Max value from RGB is 207 - color contains mainly: red. Hex color #CF441F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF441F is #30BBE0. Grayscale: #696969. Windows color (decimal): -3193825 or 2049231. OLE color: 2049231.

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

Color convert

RGB 207 68 31 -
CMYK 0 0.67 0.85 0.19
HSL 12.61º 0.74% 0.47% -
HSV(B) 12.61º 0.85% 0.81% -
XYZ 28.05 17.5 3.2 -
YUV 105.34 86.05 200.51 -
System Red Green Blue C M Y K H S L
Decimal 207 68 31 0 0.67 0.85 0.19 12.61 0.74 0.47
Hex CF 44 1F 0 43 55 13 D 4A 2F
Octal 317 104 37 0 103 125 23 15 112 57
Binary 11001111 1000100 11111 0 1000011 1010101 10011 1101 1001010 101111

Color Harmonies of #CF441F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF441F

Black with #CF441F

Text Example


Text Example

White with #CF441F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF441F; }

 p { color: rgb(207,68,31); }

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

background-color css

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

 a { background-color: rgb(207,68,31); }

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

border-color css

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

 span { border-color: rgb(207,68,31); }

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