Html Css Color HEX #C42804 Harley Davidson Orange

📋 copy color: '#C42804'

red 196 ◦ green 40 ◦ blue 4

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

Shades of Harley Davidson Orange #C42804

Tints of Harley Davidson Orange #C42804

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.67%

 BLUE value IS 4 (1.95% from 255) = 1.67%

R = 81.67%
G = 16.67%
B = 1.67%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C42804 (or 0xC42804) is known color: Harley Davidson Orange. HEX triplet: C4, 28 and 04. RGB value is (196,40,4). Sum of RGB (Red+Green+Blue) = 196+40+4=240 (31% of max value = 765). Red value is 196 (76.95% from 255 or 81.67% from 240); Green value is 40 (16.02% from 255 or 16.67% from 240); Blue value is 4 (1.95% from 255 or 1.67% from 240); Max value from RGB is 196 - color contains mainly: red. Hex color #C42804 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42804 is #3BD7FB. Grayscale: #525252. Windows color (decimal): -3921916 or 272580. OLE color: 272580.

HSL color Cylindrical-coordinate representation of color #C42804: hue angle of 11.25º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C42804 is Cyan = 0, Magento = 0.80, Yellow = 0.98 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 40 4 -
CMYK 0 0.80 0.98 0.23
HSL 11.25º 0.96% 0.39% -
HSV(B) 11.25º 0.98% 0.77% -
XYZ 23.55 13.26 1.43 -
YUV 82.54 83.68 208.93 -
System Red Green Blue C M Y K H S L
Decimal 196 40 4 0 0.80 0.98 0.23 11.25 0.96 0.39
Hex C4 28 4 0 50 62 17 B 60 27
Octal 304 50 4 0 120 142 27 13 140 47
Binary 11000100 101000 100 0 1010000 1100010 10111 1011 1100000 100111

Color Harmonies of #C42804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42804

Black with #C42804

Text Example


Text Example

White with #C42804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42804; }

 p { color: rgb(196,40,4); }

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

background-color css

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

 a { background-color: rgb(196,40,4); }

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

border-color css

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

 span { border-color: rgb(196,40,4); }

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