Html Css Color HEX #C42310 Harley Davidson Orange

📋 copy color: '#C42310'

red 196 ◦ green 35 ◦ blue 16

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

Shades of Harley Davidson Orange #C42310

Tints of Harley Davidson Orange #C42310

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.17%

 BLUE value IS 16 (6.64% from 255) = 6.48%

R = 79.35%
G = 14.17%
B = 6.48%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C42310 (or 0xC42310) is known color: Harley Davidson Orange. HEX triplet: C4, 23 and 10. RGB value is (196,35,16). Sum of RGB (Red+Green+Blue) = 196+35+16=247 (32% of max value = 765). Red value is 196 (76.95% from 255 or 79.35% from 247); Green value is 35 (14.06% from 255 or 14.17% from 247); Blue value is 16 (6.64% from 255 or 6.48% from 247); Max value from RGB is 196 - color contains mainly: red. Hex color #C42310 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42310 is #3BDCEF. Grayscale: #515151. Windows color (decimal): -3923184 or 1057732. OLE color: 1057732.

HSL color Cylindrical-coordinate representation of color #C42310: hue angle of 6.33º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C42310 is Cyan = 0, Magento = 0.82, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 35 16 -
CMYK 0 0.82 0.92 0.23
HSL 6.33º 0.85% 0.42% -
HSV(B) 6.33º 0.92% 0.77% -
XYZ 23.46 12.98 1.76 -
YUV 80.97 91.34 210.04 -
System Red Green Blue C M Y K H S L
Decimal 196 35 16 0 0.82 0.92 0.23 6.33 0.85 0.42
Hex C4 23 10 0 52 5C 17 6 55 2A
Octal 304 43 20 0 122 134 27 6 125 52
Binary 11000100 100011 10000 0 1010010 1011100 10111 110 1010101 101010

Color Harmonies of #C42310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42310

Black with #C42310

Text Example


Text Example

White with #C42310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42310; }

 p { color: rgb(196,35,16); }

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

background-color css

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

 a { background-color: rgb(196,35,16); }

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

border-color css

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

 span { border-color: rgb(196,35,16); }

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