Html Css Color HEX #C42419 Harley Davidson Orange

📋 copy color: '#C42419'

red 196 ◦ green 36 ◦ blue 25

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

Shades of Harley Davidson Orange #C42419

Tints of Harley Davidson Orange #C42419

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.73%

R = 76.26%
G = 14.01%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C42419 (or 0xC42419) is known color: Harley Davidson Orange. HEX triplet: C4, 24 and 19. RGB value is (196,36,25). Sum of RGB (Red+Green+Blue) = 196+36+25=257 (34% of max value = 765). Red value is 196 (76.95% from 255 or 76.26% from 257); Green value is 36 (14.45% from 255 or 14.01% from 257); Blue value is 25 (10.16% from 255 or 9.73% from 257); Max value from RGB is 196 - color contains mainly: red. Hex color #C42419 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42419 is #3BDBE6. Grayscale: #525252. Windows color (decimal): -3922919 or 1647812. OLE color: 1647812.

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

Color convert

RGB 196 36 25 -
CMYK 0 0.82 0.87 0.23
HSL 3.86º 0.77% 0.43% -
HSV(B) 3.86º 0.87% 0.77% -
XYZ 23.57 13.07 2.2 -
YUV 82.59 95.51 208.89 -
System Red Green Blue C M Y K H S L
Decimal 196 36 25 0 0.82 0.87 0.23 3.86 0.77 0.43
Hex C4 24 19 0 52 57 17 4 4D 2B
Octal 304 44 31 0 122 127 27 4 115 53
Binary 11000100 100100 11001 0 1010010 1010111 10111 100 1001101 101011

Color Harmonies of #C42419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42419

Black with #C42419

Text Example


Text Example

White with #C42419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42419; }

 p { color: rgb(196,36,25); }

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

background-color css

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

 a { background-color: rgb(196,36,25); }

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

border-color css

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

 span { border-color: rgb(196,36,25); }

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