Html Css Color HEX #CF4311 Harley Davidson Orange

📋 copy color: '#CF4311'

red 207 ◦ green 67 ◦ blue 17

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

Shades of Harley Davidson Orange #CF4311

Tints of Harley Davidson Orange #CF4311

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.02%

 BLUE value IS 17 (7.03% from 255) = 5.84%

R = 71.13%
G = 23.02%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CF4311 (or 0xCF4311) is known color: Harley Davidson Orange. HEX triplet: CF, 43 and 11. RGB value is (207,67,17). Sum of RGB (Red+Green+Blue) = 207+67+17=291 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.13% from 291); Green value is 67 (26.56% from 255 or 23.02% from 291); Blue value is 17 (7.03% from 255 or 5.84% from 291); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4311 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF4311 is #30BCEE. Grayscale: #676767. Windows color (decimal): -3194095 or 1131471. OLE color: 1131471.

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

Color convert

RGB 207 67 17 -
CMYK 0 0.68 0.92 0.19
HSL 15.79º 0.85% 0.44% -
HSV(B) 15.79º 0.92% 0.81% -
XYZ 27.84 17.32 2.41 -
YUV 103.16 79.38 202.07 -
System Red Green Blue C M Y K H S L
Decimal 207 67 17 0 0.68 0.92 0.19 15.79 0.85 0.44
Hex CF 43 11 0 44 5C 13 10 55 2C
Octal 317 103 21 0 104 134 23 20 125 54
Binary 11001111 1000011 10001 0 1000100 1011100 10011 10000 1010101 101100

Color Harmonies of #CF4311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4311

Black with #CF4311

Text Example


Text Example

White with #CF4311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4311; }

 p { color: rgb(207,67,17); }

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

background-color css

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

 a { background-color: rgb(207,67,17); }

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

border-color css

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

 span { border-color: rgb(207,67,17); }

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