Html Css Color HEX #C42513 Harley Davidson Orange

📋 copy color: '#C42513'

red 196 ◦ green 37 ◦ blue 19

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

Shades of Harley Davidson Orange #C42513

Tints of Harley Davidson Orange #C42513

RGB

 RED value IS 196 (76.95% from 255) = 77.78%

 GREEN value IS 37 (14.84% from 255) = 14.68%

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

R = 77.78%
G = 14.68%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C42513 (or 0xC42513) is known color: Harley Davidson Orange. HEX triplet: C4, 25 and 13. RGB value is (196,37,19). Sum of RGB (Red+Green+Blue) = 196+37+19=252 (33% of max value = 765). Red value is 196 (76.95% from 255 or 77.78% from 252); Green value is 37 (14.84% from 255 or 14.68% from 252); Blue value is 19 (7.81% from 255 or 7.54% from 252); Max value from RGB is 196 - color contains mainly: red. Hex color #C42513 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42513 is #3BDAEC. Grayscale: #525252. Windows color (decimal): -3922669 or 1254852. OLE color: 1254852.

HSL color Cylindrical-coordinate representation of color #C42513: hue angle of 6.1º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C42513 is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 37 19 -
CMYK 0 0.81 0.90 0.23
HSL 6.1º 0.82% 0.42% -
HSV(B) 6.1º 0.9% 0.77% -
XYZ 23.54 13.11 1.9 -
YUV 82.49 92.18 208.96 -
System Red Green Blue C M Y K H S L
Decimal 196 37 19 0 0.81 0.90 0.23 6.1 0.82 0.42
Hex C4 25 13 0 51 5A 17 6 52 2A
Octal 304 45 23 0 121 132 27 6 122 52
Binary 11000100 100101 10011 0 1010001 1011010 10111 110 1010010 101010

Color Harmonies of #C42513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42513

Black with #C42513

Text Example


Text Example

White with #C42513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42513; }

 p { color: rgb(196,37,19); }

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

background-color css

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

 a { background-color: rgb(196,37,19); }

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

border-color css

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

 span { border-color: rgb(196,37,19); }

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