Html Css Color HEX #C64217 Harley Davidson Orange

📋 copy color: '#C64217'

red 198 ◦ green 66 ◦ blue 23

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

Shades of Harley Davidson Orange #C64217

Tints of Harley Davidson Orange #C64217

RGB

 RED value IS 198 (77.73% from 255) = 68.99%

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

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

R = 68.99%
G = 23%
B = 8.01%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C64217 (or 0xC64217) is known color: Harley Davidson Orange. HEX triplet: C6, 42 and 17. RGB value is (198,66,23). Sum of RGB (Red+Green+Blue) = 198+66+23=287 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.99% from 287); Green value is 66 (26.17% from 255 or 23.00% from 287); Blue value is 23 (9.38% from 255 or 8.01% from 287); Max value from RGB is 198 - color contains mainly: red. Hex color #C64217 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64217 is #39BDE8. Grayscale: #646464. Windows color (decimal): -3784169 or 1524422. OLE color: 1524422.

HSL color Cylindrical-coordinate representation of color #C64217: hue angle of 14.74º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C64217 is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 66 23 -
CMYK 0 0.67 0.88 0.22
HSL 14.74º 0.79% 0.43% -
HSV(B) 14.74º 0.88% 0.78% -
XYZ 25.39 15.96 2.55 -
YUV 100.57 84.23 197.5 -
System Red Green Blue C M Y K H S L
Decimal 198 66 23 0 0.67 0.88 0.22 14.74 0.79 0.43
Hex C6 42 17 0 43 58 16 F 4F 2B
Octal 306 102 27 0 103 130 26 17 117 53
Binary 11000110 1000010 10111 0 1000011 1011000 10110 1111 1001111 101011

Color Harmonies of #C64217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64217

Black with #C64217

Text Example


Text Example

White with #C64217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64217; }

 p { color: rgb(198,66,23); }

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

background-color css

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

 a { background-color: rgb(198,66,23); }

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

border-color css

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

 span { border-color: rgb(198,66,23); }

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