Html Css Color HEX #C62C16 Harley Davidson Orange

📋 copy color: '#C62C16'

red 198 ◦ green 44 ◦ blue 22

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

Shades of Harley Davidson Orange #C62C16

Tints of Harley Davidson Orange #C62C16

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.67%

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

R = 75%
G = 16.67%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C62C16 (or 0xC62C16) is known color: Harley Davidson Orange. HEX triplet: C6, 2C and 16. RGB value is (198,44,22). Sum of RGB (Red+Green+Blue) = 198+44+22=264 (34% of max value = 765). Red value is 198 (77.73% from 255 or 75% from 264); Green value is 44 (17.58% from 255 or 16.67% from 264); Blue value is 22 (8.98% from 255 or 8.33% from 264); Max value from RGB is 198 - color contains mainly: red. Hex color #C62C16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62C16 is #39D3E9. Grayscale: #575757. Windows color (decimal): -3789802 or 1453254. OLE color: 1453254.

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

Color convert

RGB 198 44 22 -
CMYK 0 0.78 0.89 0.22
HSL 7.5º 0.8% 0.43% -
HSV(B) 7.5º 0.89% 0.78% -
XYZ 24.33 13.87 2.15 -
YUV 87.54 91.02 206.79 -
System Red Green Blue C M Y K H S L
Decimal 198 44 22 0 0.78 0.89 0.22 7.5 0.8 0.43
Hex C6 2C 16 0 4E 59 16 8 50 2B
Octal 306 54 26 0 116 131 26 10 120 53
Binary 11000110 101100 10110 0 1001110 1011001 10110 1000 1010000 101011

Color Harmonies of #C62C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62C16

Black with #C62C16

Text Example


Text Example

White with #C62C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62C16; }

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

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

background-color css

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

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

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

border-color css

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

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

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