Html Css Color HEX #C42104 Harley Davidson Orange

📋 copy color: '#C42104'

red 196 ◦ green 33 ◦ blue 4

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

Shades of Harley Davidson Orange #C42104

Tints of Harley Davidson Orange #C42104

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.16%

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

R = 84.12%
G = 14.16%
B = 1.72%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C42104 (or 0xC42104) is known color: Harley Davidson Orange. HEX triplet: C4, 21 and 04. RGB value is (196,33,4). Sum of RGB (Red+Green+Blue) = 196+33+4=233 (30% of max value = 765). Red value is 196 (76.95% from 255 or 84.12% from 233); Green value is 33 (13.28% from 255 or 14.16% from 233); Blue value is 4 (1.95% from 255 or 1.72% from 233); Max value from RGB is 196 - color contains mainly: red. Hex color #C42104 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42104 is #3BDEFB. Grayscale: #4E4E4E. Windows color (decimal): -3923708 or 270788. OLE color: 270788.

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

Color convert

RGB 196 33 4 -
CMYK 0 0.83 0.98 0.23
HSL 9.06º 0.96% 0.39% -
HSV(B) 9.06º 0.98% 0.77% -
XYZ 23.33 12.83 1.36 -
YUV 78.43 86 211.86 -
System Red Green Blue C M Y K H S L
Decimal 196 33 4 0 0.83 0.98 0.23 9.06 0.96 0.39
Hex C4 21 4 0 53 62 17 9 60 27
Octal 304 41 4 0 123 142 27 11 140 47
Binary 11000100 100001 100 0 1010011 1100010 10111 1001 1100000 100111

Color Harmonies of #C42104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42104

Black with #C42104

Text Example


Text Example

White with #C42104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42104; }

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

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

background-color css

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

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

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

border-color css

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

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

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