Html Css Color HEX #C62616 Harley Davidson Orange

📋 copy color: '#C62616'

red 198 ◦ green 38 ◦ blue 22

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

Shades of Harley Davidson Orange #C62616

Tints of Harley Davidson Orange #C62616

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.73%

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

R = 76.74%
G = 14.73%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C62616 (or 0xC62616) is known color: Harley Davidson Orange. HEX triplet: C6, 26 and 16. RGB value is (198,38,22). Sum of RGB (Red+Green+Blue) = 198+38+22=258 (34% of max value = 765). Red value is 198 (77.73% from 255 or 76.74% from 258); Green value is 38 (15.23% from 255 or 14.73% from 258); Blue value is 22 (8.98% from 255 or 8.53% from 258); Max value from RGB is 198 - color contains mainly: red. Hex color #C62616 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62616 is #39D9E9. Grayscale: #545454. Windows color (decimal): -3791338 or 1451718. OLE color: 1451718.

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

Color convert

RGB 198 38 22 -
CMYK 0 0.81 0.89 0.22
HSL 5.45º 0.8% 0.43% -
HSV(B) 5.45º 0.89% 0.78% -
XYZ 24.13 13.45 2.08 -
YUV 84.02 93.01 209.3 -
System Red Green Blue C M Y K H S L
Decimal 198 38 22 0 0.81 0.89 0.22 5.45 0.8 0.43
Hex C6 26 16 0 51 59 16 5 50 2B
Octal 306 46 26 0 121 131 26 5 120 53
Binary 11000110 100110 10110 0 1010001 1011001 10110 101 1010000 101011

Color Harmonies of #C62616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62616

Black with #C62616

Text Example


Text Example

White with #C62616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62616; }

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

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

background-color css

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

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

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

border-color css

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

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

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