Html Css Color HEX #C42610 Harley Davidson Orange

📋 copy color: '#C42610'

red 196 ◦ green 38 ◦ blue 16

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

Shades of Harley Davidson Orange #C42610

Tints of Harley Davidson Orange #C42610

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.2%

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

R = 78.4%
G = 15.2%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C42610 (or 0xC42610) is known color: Harley Davidson Orange. HEX triplet: C4, 26 and 10. RGB value is (196,38,16). Sum of RGB (Red+Green+Blue) = 196+38+16=250 (33% of max value = 765). Red value is 196 (76.95% from 255 or 78.4% from 250); Green value is 38 (15.23% from 255 or 15.2% from 250); Blue value is 16 (6.64% from 255 or 6.4% from 250); Max value from RGB is 196 - color contains mainly: red. Hex color #C42610 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42610 is #3BD9EF. Grayscale: #525252. Windows color (decimal): -3922416 or 1058500. OLE color: 1058500.

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

Color convert

RGB 196 38 16 -
CMYK 0 0.81 0.92 0.23
HSL 7.33º 0.85% 0.42% -
HSV(B) 7.33º 0.92% 0.77% -
XYZ 23.55 13.16 1.79 -
YUV 82.73 90.35 208.79 -
System Red Green Blue C M Y K H S L
Decimal 196 38 16 0 0.81 0.92 0.23 7.33 0.85 0.42
Hex C4 26 10 0 51 5C 17 7 55 2A
Octal 304 46 20 0 121 134 27 7 125 52
Binary 11000100 100110 10000 0 1010001 1011100 10111 111 1010101 101010

Color Harmonies of #C42610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42610

Black with #C42610

Text Example


Text Example

White with #C42610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42610; }

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

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

background-color css

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

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

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

border-color css

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

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

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