Html Css Color HEX #C42710 Harley Davidson Orange

📋 copy color: '#C42710'

red 196 ◦ green 39 ◦ blue 16

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

Shades of Harley Davidson Orange #C42710

Tints of Harley Davidson Orange #C42710

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.54%

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

R = 78.09%
G = 15.54%
B = 6.37%

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

#C42710 (or 0xC42710) is known color: Harley Davidson Orange. HEX triplet: C4, 27 and 10. RGB value is (196,39,16). Sum of RGB (Red+Green+Blue) = 196+39+16=251 (33% of max value = 765). Red value is 196 (76.95% from 255 or 78.09% from 251); Green value is 39 (15.62% from 255 or 15.54% from 251); Blue value is 16 (6.64% from 255 or 6.37% from 251); Max value from RGB is 196 - color contains mainly: red. Hex color #C42710 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42710 is #3BD8EF. Grayscale: #535353. Windows color (decimal): -3922160 or 1058756. OLE color: 1058756.

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

Color convert

RGB 196 39 16 -
CMYK 0 0.80 0.92 0.23
HSL 7.67º 0.85% 0.42% -
HSV(B) 7.67º 0.92% 0.77% -
XYZ 23.58 13.22 1.8 -
YUV 83.32 90.01 208.37 -
System Red Green Blue C M Y K H S L
Decimal 196 39 16 0 0.80 0.92 0.23 7.67 0.85 0.42
Hex C4 27 10 0 50 5C 17 8 55 2A
Octal 304 47 20 0 120 134 27 10 125 52
Binary 11000100 100111 10000 0 1010000 1011100 10111 1000 1010101 101010

Color Harmonies of #C42710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42710

Black with #C42710

Text Example


Text Example

White with #C42710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42710; }

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

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

background-color css

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

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

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

border-color css

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

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

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