Html Css Color HEX #C62116 Harley Davidson Orange

📋 copy color: '#C62116'

red 198 ◦ green 33 ◦ blue 22

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

Shades of Harley Davidson Orange #C62116

Tints of Harley Davidson Orange #C62116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.7%

R = 78.26%
G = 13.04%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C62116 (or 0xC62116) is known color: Harley Davidson Orange. HEX triplet: C6, 21 and 16. RGB value is (198,33,22). Sum of RGB (Red+Green+Blue) = 198+33+22=253 (33% of max value = 765). Red value is 198 (77.73% from 255 or 78.26% from 253); Green value is 33 (13.28% from 255 or 13.04% from 253); Blue value is 22 (8.98% from 255 or 8.70% from 253); Max value from RGB is 198 - color contains mainly: red. Hex color #C62116 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62116 is #39DEE9. Grayscale: #515151. Windows color (decimal): -3792618 or 1450438. OLE color: 1450438.

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

Color convert

RGB 198 33 22 -
CMYK 0 0.83 0.89 0.22
HSL 3.75º 0.8% 0.43% -
HSV(B) 3.75º 0.89% 0.78% -
XYZ 23.98 13.15 2.03 -
YUV 81.08 94.66 211.39 -
System Red Green Blue C M Y K H S L
Decimal 198 33 22 0 0.83 0.89 0.22 3.75 0.8 0.43
Hex C6 21 16 0 53 59 16 4 50 2B
Octal 306 41 26 0 123 131 26 4 120 53
Binary 11000110 100001 10110 0 1010011 1011001 10110 100 1010000 101011

Color Harmonies of #C62116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62116

Black with #C62116

Text Example


Text Example

White with #C62116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62116; }

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

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

background-color css

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

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

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

border-color css

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

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

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