Html Css Color HEX #C43316 Harley Davidson Orange

📋 copy color: '#C43316'

red 196 ◦ green 51 ◦ blue 22

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

Shades of Harley Davidson Orange #C43316

Tints of Harley Davidson Orange #C43316

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.96%

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

R = 72.86%
G = 18.96%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C43316 (or 0xC43316) is known color: Harley Davidson Orange. HEX triplet: C4, 33 and 16. RGB value is (196,51,22). Sum of RGB (Red+Green+Blue) = 196+51+22=269 (35% of max value = 765). Red value is 196 (76.95% from 255 or 72.86% from 269); Green value is 51 (20.31% from 255 or 18.96% from 269); Blue value is 22 (8.98% from 255 or 8.18% from 269); Max value from RGB is 196 - color contains mainly: red. Hex color #C43316 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43316 is #3BCCE9. Grayscale: #5B5B5B. Windows color (decimal): -3919082 or 1455044. OLE color: 1455044.

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

Color convert

RGB 196 51 22 -
CMYK 0 0.74 0.89 0.23
HSL 10º 0.8% 0.43% -
HSV(B) 10º 0.89% 0.77% -
XYZ 24.09 14.16 2.22 -
YUV 91.05 89.04 202.86 -
System Red Green Blue C M Y K H S L
Decimal 196 51 22 0 0.74 0.89 0.23 10 0.8 0.43
Hex C4 33 16 0 4A 59 17 A 50 2B
Octal 304 63 26 0 112 131 27 12 120 53
Binary 11000100 110011 10110 0 1001010 1011001 10111 1010 1010000 101011

Color Harmonies of #C43316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43316

Black with #C43316

Text Example


Text Example

White with #C43316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43316; }

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

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

background-color css

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

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

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

border-color css

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

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

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