Html Css Color HEX #C42400 Harley Davidson Orange

📋 copy color: '#C42400'

red 196 ◦ green 36 ◦ blue 0

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

Shades of Harley Davidson Orange #C42400

Tints of Harley Davidson Orange #C42400

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.52%

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

R = 84.48%
G = 15.52%
B = 0%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C42400 (or 0xC42400) is known color: Harley Davidson Orange. HEX triplet: C4, 24 and 00. RGB value is (196,36,0). Sum of RGB (Red+Green+Blue) = 196+36+0=232 (30% of max value = 765). Red value is 196 (76.95% from 255 or 84.48% from 232); Green value is 36 (14.45% from 255 or 15.52% from 232); Blue value is 0 (0.39% from 255 or 0% from 232); Max value from RGB is 196 - color contains mainly: red. Hex color #C42400 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42400 is #3BDBFF. Grayscale: #505050. Windows color (decimal): -3922944 or 9412. OLE color: 9412.

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

Color convert

RGB 196 36 0 -
CMYK 0 0.82 1 0.23
HSL 11.02º 1% 0.38% -
HSV(B) 11.02º 1% 0.77% -
XYZ 23.4 13 1.28 -
YUV 79.74 83.01 210.93 -
System Red Green Blue C M Y K H S L
Decimal 196 36 0 0 0.82 1 0.23 11.02 1 0.38
Hex C4 24 0 0 52 64 17 B 64 26
Octal 304 44 0 0 122 144 27 13 144 46
Binary 11000100 100100 0 0 1010010 1100100 10111 1011 1100100 100110

Color Harmonies of #C42400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42400

Black with #C42400

Text Example


Text Example

White with #C42400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42400; }

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

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

background-color css

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

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

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

border-color css

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

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

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