Html Css Color HEX #C42616 Harley Davidson Orange

📋 copy color: '#C42616'

red 196 ◦ green 38 ◦ blue 22

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

Shades of Harley Davidson Orange #C42616

Tints of Harley Davidson Orange #C42616

RGB

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

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

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

R = 76.56%
G = 14.84%
B = 8.59%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C42616 (or 0xC42616) is known color: Harley Davidson Orange. HEX triplet: C4, 26 and 16. RGB value is (196,38,22). Sum of RGB (Red+Green+Blue) = 196+38+22=256 (33% of max value = 765). Red value is 196 (76.95% from 255 or 76.56% from 256); Green value is 38 (15.23% from 255 or 14.84% from 256); Blue value is 22 (8.98% from 255 or 8.59% from 256); Max value from RGB is 196 - color contains mainly: red. Hex color #C42616 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42616 is #3BD9E9. Grayscale: #535353. Windows color (decimal): -3922410 or 1451716. OLE color: 1451716.

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

Color convert

RGB 196 38 22 -
CMYK 0 0.81 0.89 0.23
HSL 5.52º 0.8% 0.43% -
HSV(B) 5.52º 0.89% 0.77% -
XYZ 23.6 13.18 2.06 -
YUV 83.42 93.35 208.3 -
System Red Green Blue C M Y K H S L
Decimal 196 38 22 0 0.81 0.89 0.23 5.52 0.8 0.43
Hex C4 26 16 0 51 59 17 6 50 2B
Octal 304 46 26 0 121 131 27 6 120 53
Binary 11000100 100110 10110 0 1010001 1011001 10111 110 1010000 101011

Color Harmonies of #C42616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42616

Black with #C42616

Text Example


Text Example

White with #C42616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42616; }

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

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

background-color css

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

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

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

border-color css

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

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

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