Html Css Color HEX #C42005 Harley Davidson Orange

📋 copy color: '#C42005'

red 196 ◦ green 32 ◦ blue 5

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

Shades of Harley Davidson Orange #C42005

Tints of Harley Davidson Orange #C42005

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.73%

 BLUE value IS 5 (2.34% from 255) = 2.15%

R = 84.12%
G = 13.73%
B = 2.15%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#C42005 (or 0xC42005) is known color: Harley Davidson Orange. HEX triplet: C4, 20 and 05. RGB value is (196,32,5). Sum of RGB (Red+Green+Blue) = 196+32+5=233 (30% of max value = 765). Red value is 196 (76.95% from 255 or 84.12% from 233); Green value is 32 (12.89% from 255 or 13.73% from 233); Blue value is 5 (2.34% from 255 or 2.15% from 233); Max value from RGB is 196 - color contains mainly: red. Hex color #C42005 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42005 is #3BDFFA. Grayscale: #4E4E4E. Windows color (decimal): -3923963 or 336068. OLE color: 336068.

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

Color convert

RGB 196 32 5 -
CMYK 0 0.84 0.97 0.23
HSL 8.48º 0.95% 0.39% -
HSV(B) 8.48º 0.97% 0.77% -
XYZ 23.31 12.78 1.38 -
YUV 77.96 86.83 212.2 -
System Red Green Blue C M Y K H S L
Decimal 196 32 5 0 0.84 0.97 0.23 8.48 0.95 0.39
Hex C4 20 5 0 54 61 17 8 5F 27
Octal 304 40 5 0 124 141 27 10 137 47
Binary 11000100 100000 101 0 1010100 1100001 10111 1000 1011111 100111

Color Harmonies of #C42005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42005

Black with #C42005

Text Example


Text Example

White with #C42005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42005; }

 p { color: rgb(196,32,5); }

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

background-color css

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

 a { background-color: rgb(196,32,5); }

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

border-color css

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

 span { border-color: rgb(196,32,5); }

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