Html Css Color HEX #C62413 Harley Davidson Orange

📋 copy color: '#C62413'

red 198 ◦ green 36 ◦ blue 19

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

Shades of Harley Davidson Orange #C62413

Tints of Harley Davidson Orange #C62413

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.23%

 BLUE value IS 19 (7.81% from 255) = 7.51%

R = 78.26%
G = 14.23%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C62413 (or 0xC62413) is known color: Harley Davidson Orange. HEX triplet: C6, 24 and 13. RGB value is (198,36,19). Sum of RGB (Red+Green+Blue) = 198+36+19=253 (33% of max value = 765). Red value is 198 (77.73% from 255 or 78.26% from 253); Green value is 36 (14.45% from 255 or 14.23% from 253); Blue value is 19 (7.81% from 255 or 7.51% from 253); Max value from RGB is 198 - color contains mainly: red. Hex color #C62413 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62413 is #39DBEC. Grayscale: #525252. Windows color (decimal): -3791853 or 1254598. OLE color: 1254598.

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

Color convert

RGB 198 36 19 -
CMYK 0 0.82 0.90 0.22
HSL 5.7º 0.82% 0.43% -
HSV(B) 5.7º 0.9% 0.78% -
XYZ 24.04 13.31 1.92 -
YUV 82.5 92.17 210.38 -
System Red Green Blue C M Y K H S L
Decimal 198 36 19 0 0.82 0.90 0.22 5.7 0.82 0.43
Hex C6 24 13 0 52 5A 16 6 52 2B
Octal 306 44 23 0 122 132 26 6 122 53
Binary 11000110 100100 10011 0 1010010 1011010 10110 110 1010010 101011

Color Harmonies of #C62413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62413

Black with #C62413

Text Example


Text Example

White with #C62413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62413; }

 p { color: rgb(198,36,19); }

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

background-color css

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

 a { background-color: rgb(198,36,19); }

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

border-color css

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

 span { border-color: rgb(198,36,19); }

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