Html Css Color HEX #C43010 Harley Davidson Orange

📋 copy color: '#C43010'

red 196 ◦ green 48 ◦ blue 16

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

Shades of Harley Davidson Orange #C43010

Tints of Harley Davidson Orange #C43010

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.46%

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

R = 75.38%
G = 18.46%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C43010 (or 0xC43010) is known color: Harley Davidson Orange. HEX triplet: C4, 30 and 10. RGB value is (196,48,16). Sum of RGB (Red+Green+Blue) = 196+48+16=260 (34% of max value = 765). Red value is 196 (76.95% from 255 or 75.38% from 260); Green value is 48 (19.14% from 255 or 18.46% from 260); Blue value is 16 (6.64% from 255 or 6.15% from 260); Max value from RGB is 196 - color contains mainly: red. Hex color #C43010 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43010 is #3BCFEF. Grayscale: #585858. Windows color (decimal): -3919856 or 1061060. OLE color: 1061060.

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

Color convert

RGB 196 48 16 -
CMYK 0 0.76 0.92 0.23
HSL 10.67º 0.85% 0.42% -
HSV(B) 10.67º 0.92% 0.77% -
XYZ 23.92 13.89 1.91 -
YUV 88.6 87.03 204.6 -
System Red Green Blue C M Y K H S L
Decimal 196 48 16 0 0.76 0.92 0.23 10.67 0.85 0.42
Hex C4 30 10 0 4C 5C 17 B 55 2A
Octal 304 60 20 0 114 134 27 13 125 52
Binary 11000100 110000 10000 0 1001100 1011100 10111 1011 1010101 101010

Color Harmonies of #C43010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43010

Black with #C43010

Text Example


Text Example

White with #C43010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43010; }

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

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

background-color css

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

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

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

border-color css

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

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

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