Html Css Color HEX #C42000 Harley Davidson Orange

📋 copy color: '#C42000'

red 196 ◦ green 32 ◦ blue 0

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

Shades of Harley Davidson Orange #C42000

Tints of Harley Davidson Orange #C42000

RGB

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

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

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

R = 85.96%
G = 14.04%
B = 0%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C42000 (or 0xC42000) is known color: Harley Davidson Orange. HEX triplet: C4, 20 and 00. RGB value is (196,32,0). Sum of RGB (Red+Green+Blue) = 196+32+0=228 (30% of max value = 765). Red value is 196 (76.95% from 255 or 85.96% from 228); Green value is 32 (12.89% from 255 or 14.04% from 228); Blue value is 0 (0.39% from 255 or 0% from 228); Max value from RGB is 196 - color contains mainly: red. Hex color #C42000 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42000 is #3BDFFF. Grayscale: #4D4D4D. Windows color (decimal): -3923968 or 8388. OLE color: 8388.

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

Color convert

RGB 196 32 0 -
CMYK 0 0.84 1 0.23
HSL 9.8º 1% 0.38% -
HSV(B) 9.8º 1% 0.77% -
XYZ 23.28 12.77 1.24 -
YUV 77.39 84.33 212.6 -
System Red Green Blue C M Y K H S L
Decimal 196 32 0 0 0.84 1 0.23 9.8 1 0.38
Hex C4 20 0 0 54 64 17 A 64 26
Octal 304 40 0 0 124 144 27 12 144 46
Binary 11000100 100000 0 0 1010100 1100100 10111 1010 1100100 100110

Color Harmonies of #C42000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42000

Black with #C42000

Text Example


Text Example

White with #C42000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42000; }

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

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

background-color css

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

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

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

border-color css

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

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

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