Html Css Color HEX #C42316 Harley Davidson Orange

📋 copy color: '#C42316'

red 196 ◦ green 35 ◦ blue 22

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

Shades of Harley Davidson Orange #C42316

Tints of Harley Davidson Orange #C42316

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.83%

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

R = 77.47%
G = 13.83%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C42316 (or 0xC42316) is known color: Harley Davidson Orange. HEX triplet: C4, 23 and 16. RGB value is (196,35,22). Sum of RGB (Red+Green+Blue) = 196+35+22=253 (33% of max value = 765). Red value is 196 (76.95% from 255 or 77.47% from 253); Green value is 35 (14.06% from 255 or 13.83% from 253); Blue value is 22 (8.98% from 255 or 8.70% from 253); Max value from RGB is 196 - color contains mainly: red. Hex color #C42316 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42316 is #3BDCE9. Grayscale: #515151. Windows color (decimal): -3923178 or 1450948. OLE color: 1450948.

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

Color convert

RGB 196 35 22 -
CMYK 0 0.82 0.89 0.23
HSL 4.48º 0.8% 0.43% -
HSV(B) 4.48º 0.89% 0.77% -
XYZ 23.51 13 2.03 -
YUV 81.66 94.34 209.56 -
System Red Green Blue C M Y K H S L
Decimal 196 35 22 0 0.82 0.89 0.23 4.48 0.8 0.43
Hex C4 23 16 0 52 59 17 4 50 2B
Octal 304 43 26 0 122 131 27 4 120 53
Binary 11000100 100011 10110 0 1010010 1011001 10111 100 1010000 101011

Color Harmonies of #C42316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42316

Black with #C42316

Text Example


Text Example

White with #C42316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42316; }

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

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

background-color css

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

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

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

border-color css

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

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

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