Html Css Color HEX #C42619 Harley Davidson Orange

📋 copy color: '#C42619'

red 196 ◦ green 38 ◦ blue 25

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

Shades of Harley Davidson Orange #C42619

Tints of Harley Davidson Orange #C42619

RGB

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

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

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

R = 75.68%
G = 14.67%
B = 9.65%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C42619 (or 0xC42619) is known color: Harley Davidson Orange. HEX triplet: C4, 26 and 19. RGB value is (196,38,25). Sum of RGB (Red+Green+Blue) = 196+38+25=259 (34% of max value = 765). Red value is 196 (76.95% from 255 or 75.68% from 259); Green value is 38 (15.23% from 255 or 14.67% from 259); Blue value is 25 (10.16% from 255 or 9.65% from 259); Max value from RGB is 196 - color contains mainly: red. Hex color #C42619 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42619 is #3BD9E6. Grayscale: #535353. Windows color (decimal): -3922407 or 1648324. OLE color: 1648324.

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

Color convert

RGB 196 38 25 -
CMYK 0 0.81 0.87 0.23
HSL 4.56º 0.77% 0.43% -
HSV(B) 4.56º 0.87% 0.77% -
XYZ 23.63 13.19 2.22 -
YUV 83.76 94.85 208.06 -
System Red Green Blue C M Y K H S L
Decimal 196 38 25 0 0.81 0.87 0.23 4.56 0.77 0.43
Hex C4 26 19 0 51 57 17 5 4D 2B
Octal 304 46 31 0 121 127 27 5 115 53
Binary 11000100 100110 11001 0 1010001 1010111 10111 101 1001101 101011

Color Harmonies of #C42619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42619

Black with #C42619

Text Example


Text Example

White with #C42619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42619; }

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

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

background-color css

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

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

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

border-color css

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

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

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