Html Css Color HEX #C62117 Harley Davidson Orange

📋 copy color: '#C62117'

red 198 ◦ green 33 ◦ blue 23

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

Shades of Harley Davidson Orange #C62117

Tints of Harley Davidson Orange #C62117

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.99%

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

R = 77.95%
G = 12.99%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C62117 (or 0xC62117) is known color: Harley Davidson Orange. HEX triplet: C6, 21 and 17. RGB value is (198,33,23). Sum of RGB (Red+Green+Blue) = 198+33+23=254 (33% of max value = 765). Red value is 198 (77.73% from 255 or 77.95% from 254); Green value is 33 (13.28% from 255 or 12.99% from 254); Blue value is 23 (9.38% from 255 or 9.06% from 254); Max value from RGB is 198 - color contains mainly: red. Hex color #C62117 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62117 is #39DEE8. Grayscale: #515151. Windows color (decimal): -3792617 or 1515974. OLE color: 1515974.

HSL color Cylindrical-coordinate representation of color #C62117: hue angle of 3.43º 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 #C62117 is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 33 23 -
CMYK 0 0.83 0.88 0.22
HSL 3.43º 0.79% 0.43% -
HSV(B) 3.43º 0.88% 0.78% -
XYZ 23.99 13.16 2.09 -
YUV 81.2 95.16 211.31 -
System Red Green Blue C M Y K H S L
Decimal 198 33 23 0 0.83 0.88 0.22 3.43 0.79 0.43
Hex C6 21 17 0 53 58 16 3 4F 2B
Octal 306 41 27 0 123 130 26 3 117 53
Binary 11000110 100001 10111 0 1010011 1011000 10110 11 1001111 101011

Color Harmonies of #C62117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62117

Black with #C62117

Text Example


Text Example

White with #C62117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62117; }

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

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

background-color css

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

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

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

border-color css

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

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

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