Html Css Color HEX #C42013 Harley Davidson Orange

📋 copy color: '#C42013'

red 196 ◦ green 32 ◦ blue 19

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

Shades of Harley Davidson Orange #C42013

Tints of Harley Davidson Orange #C42013

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.96%

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

R = 79.35%
G = 12.96%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C42013 (or 0xC42013) is known color: Harley Davidson Orange. HEX triplet: C4, 20 and 13. RGB value is (196,32,19). Sum of RGB (Red+Green+Blue) = 196+32+19=247 (32% of max value = 765). Red value is 196 (76.95% from 255 or 79.35% from 247); Green value is 32 (12.89% from 255 or 12.96% from 247); Blue value is 19 (7.81% from 255 or 7.69% from 247); Max value from RGB is 196 - color contains mainly: red. Hex color #C42013 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42013 is #3BDFEC. Grayscale: #4F4F4F. Windows color (decimal): -3923949 or 1253572. OLE color: 1253572.

HSL color Cylindrical-coordinate representation of color #C42013: hue angle of 4.41º 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 #C42013 is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 32 19 -
CMYK 0 0.84 0.90 0.23
HSL 4.41º 0.82% 0.42% -
HSV(B) 4.41º 0.9% 0.77% -
XYZ 23.4 12.82 1.86 -
YUV 79.55 93.83 211.06 -
System Red Green Blue C M Y K H S L
Decimal 196 32 19 0 0.84 0.90 0.23 4.41 0.82 0.42
Hex C4 20 13 0 54 5A 17 4 52 2A
Octal 304 40 23 0 124 132 27 4 122 52
Binary 11000100 100000 10011 0 1010100 1011010 10111 100 1010010 101010

Color Harmonies of #C42013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42013

Black with #C42013

Text Example


Text Example

White with #C42013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42013; }

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

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

background-color css

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

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

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

border-color css

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

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

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