Html Css Color HEX #C43616 Harley Davidson Orange

📋 copy color: '#C43616'

red 196 ◦ green 54 ◦ blue 22

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

Shades of Harley Davidson Orange #C43616

Tints of Harley Davidson Orange #C43616

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.85%

 BLUE value IS 22 (8.98% from 255) = 8.09%

R = 72.06%
G = 19.85%
B = 8.09%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C43616 (or 0xC43616) is known color: Harley Davidson Orange. HEX triplet: C4, 36 and 16. RGB value is (196,54,22). Sum of RGB (Red+Green+Blue) = 196+54+22=272 (36% of max value = 765). Red value is 196 (76.95% from 255 or 72.06% from 272); Green value is 54 (21.48% from 255 or 19.85% from 272); Blue value is 22 (8.98% from 255 or 8.09% from 272); Max value from RGB is 196 - color contains mainly: red. Hex color #C43616 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43616 is #3BC9E9. Grayscale: #5D5D5D. Windows color (decimal): -3918314 or 1455812. OLE color: 1455812.

HSL color Cylindrical-coordinate representation of color #C43616: hue angle of 11.03º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C43616 is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 54 22 -
CMYK 0 0.72 0.89 0.23
HSL 11.03º 0.8% 0.43% -
HSV(B) 11.03º 0.89% 0.77% -
XYZ 24.23 14.43 2.27 -
YUV 92.81 88.04 201.6 -
System Red Green Blue C M Y K H S L
Decimal 196 54 22 0 0.72 0.89 0.23 11.03 0.8 0.43
Hex C4 36 16 0 48 59 17 B 50 2B
Octal 304 66 26 0 110 131 27 13 120 53
Binary 11000100 110110 10110 0 1001000 1011001 10111 1011 1010000 101011

Color Harmonies of #C43616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43616

Black with #C43616

Text Example


Text Example

White with #C43616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43616; }

 p { color: rgb(196,54,22); }

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

background-color css

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

 a { background-color: rgb(196,54,22); }

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

border-color css

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

 span { border-color: rgb(196,54,22); }

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