Html Css Color HEX #C42900 Harley Davidson Orange

📋 copy color: '#C42900'

red 196 ◦ green 41 ◦ blue 0

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

Shades of Harley Davidson Orange #C42900

Tints of Harley Davidson Orange #C42900

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.3%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 82.7%
G = 17.3%
B = 0%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C42900 (or 0xC42900) is known color: Harley Davidson Orange. HEX triplet: C4, 29 and 00. RGB value is (196,41,0). Sum of RGB (Red+Green+Blue) = 196+41+0=237 (31% of max value = 765). Red value is 196 (76.95% from 255 or 82.70% from 237); Green value is 41 (16.41% from 255 or 17.30% from 237); Blue value is 0 (0.39% from 255 or 0% from 237); Max value from RGB is 196 - color contains mainly: red. Hex color #C42900 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42900 is #3BD6FF. Grayscale: #525252. Windows color (decimal): -3921664 or 10692. OLE color: 10692.

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

Color convert

RGB 196 41 0 -
CMYK 0 0.79 1 0.23
HSL 12.55º 1% 0.38% -
HSV(B) 12.55º 1% 0.77% -
XYZ 23.56 13.32 1.33 -
YUV 82.67 81.35 208.83 -
System Red Green Blue C M Y K H S L
Decimal 196 41 0 0 0.79 1 0.23 12.55 1 0.38
Hex C4 29 0 0 4F 64 17 D 64 26
Octal 304 51 0 0 117 144 27 15 144 46
Binary 11000100 101001 0 0 1001111 1100100 10111 1101 1100100 100110

Color Harmonies of #C42900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42900

Black with #C42900

Text Example


Text Example

White with #C42900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42900; }

 p { color: rgb(196,41,0); }

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

background-color css

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

 a { background-color: rgb(196,41,0); }

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

border-color css

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

 span { border-color: rgb(196,41,0); }

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