Html Css Color HEX #CF3317 Harley Davidson Orange

📋 copy color: '#CF3317'

red 207 ◦ green 51 ◦ blue 23

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

Shades of Harley Davidson Orange #CF3317

Tints of Harley Davidson Orange #CF3317

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.15%

 BLUE value IS 23 (9.38% from 255) = 8.19%

R = 73.67%
G = 18.15%
B = 8.19%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CF3317 (or 0xCF3317) is known color: Harley Davidson Orange. HEX triplet: CF, 33 and 17. RGB value is (207,51,23). Sum of RGB (Red+Green+Blue) = 207+51+23=281 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.67% from 281); Green value is 51 (20.31% from 255 or 18.15% from 281); Blue value is 23 (9.38% from 255 or 8.19% from 281); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3317 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF3317 is #30CCE8. Grayscale: #5E5E5E. Windows color (decimal): -3198185 or 1520591. OLE color: 1520591.

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

Color convert

RGB 207 51 23 -
CMYK 0 0.75 0.89 0.19
HSL 9.13º 0.8% 0.45% -
HSV(B) 9.13º 0.89% 0.81% -
XYZ 27.07 15.69 2.41 -
YUV 94.45 87.68 208.28 -
System Red Green Blue C M Y K H S L
Decimal 207 51 23 0 0.75 0.89 0.19 9.13 0.8 0.45
Hex CF 33 17 0 4B 59 13 9 50 2D
Octal 317 63 27 0 113 131 23 11 120 55
Binary 11001111 110011 10111 0 1001011 1011001 10011 1001 1010000 101101

Color Harmonies of #CF3317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3317

Black with #CF3317

Text Example


Text Example

White with #CF3317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3317; }

 p { color: rgb(207,51,23); }

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

background-color css

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

 a { background-color: rgb(207,51,23); }

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

border-color css

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

 span { border-color: rgb(207,51,23); }

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