Html Css Color HEX #C42810 Harley Davidson Orange

📋 copy color: '#C42810'

red 196 ◦ green 40 ◦ blue 16

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

Shades of Harley Davidson Orange #C42810

Tints of Harley Davidson Orange #C42810

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.87%

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

R = 77.78%
G = 15.87%
B = 6.35%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C42810 (or 0xC42810) is known color: Harley Davidson Orange. HEX triplet: C4, 28 and 10. RGB value is (196,40,16). Sum of RGB (Red+Green+Blue) = 196+40+16=252 (33% of max value = 765). Red value is 196 (76.95% from 255 or 77.78% from 252); Green value is 40 (16.02% from 255 or 15.87% from 252); Blue value is 16 (6.64% from 255 or 6.35% from 252); Max value from RGB is 196 - color contains mainly: red. Hex color #C42810 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42810 is #3BD7EF. Grayscale: #545454. Windows color (decimal): -3921904 or 1059012. OLE color: 1059012.

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

Color convert

RGB 196 40 16 -
CMYK 0 0.80 0.92 0.23
HSL 0.85% 0.42% -
HSV(B) 0.92% 0.77% -
XYZ 23.62 13.29 1.81 -
YUV 83.91 89.68 207.95 -
System Red Green Blue C M Y K H S L
Decimal 196 40 16 0 0.80 0.92 0.23 8 0.85 0.42
Hex C4 28 10 0 50 5C 17 8 55 2A
Octal 304 50 20 0 120 134 27 10 125 52
Binary 11000100 101000 10000 0 1010000 1011100 10111 1000 1010101 101010

Color Harmonies of #C42810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42810

Black with #C42810

Text Example


Text Example

White with #C42810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42810; }

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

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

background-color css

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

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

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

border-color css

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

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

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