Html Css Color HEX #C44116 Harley Davidson Orange

📋 copy color: '#C44116'

red 196 ◦ green 65 ◦ blue 22

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

Shades of Harley Davidson Orange #C44116

Tints of Harley Davidson Orange #C44116

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.97%

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

R = 69.26%
G = 22.97%
B = 7.77%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C44116 (or 0xC44116) is known color: Harley Davidson Orange. HEX triplet: C4, 41 and 16. RGB value is (196,65,22). Sum of RGB (Red+Green+Blue) = 196+65+22=283 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.26% from 283); Green value is 65 (25.78% from 255 or 22.97% from 283); Blue value is 22 (8.98% from 255 or 7.77% from 283); Max value from RGB is 196 - color contains mainly: red. Hex color #C44116 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44116 is #3BBEE9. Grayscale: #636363. Windows color (decimal): -3915498 or 1458628. OLE color: 1458628.

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

Color convert

RGB 196 65 22 -
CMYK 0 0.67 0.89 0.23
HSL 14.83º 0.8% 0.43% -
HSV(B) 14.83º 0.89% 0.77% -
XYZ 24.8 15.57 2.46 -
YUV 99.27 84.4 197 -
System Red Green Blue C M Y K H S L
Decimal 196 65 22 0 0.67 0.89 0.23 14.83 0.8 0.43
Hex C4 41 16 0 43 59 17 F 50 2B
Octal 304 101 26 0 103 131 27 17 120 53
Binary 11000100 1000001 10110 0 1000011 1011001 10111 1111 1010000 101011

Color Harmonies of #C44116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44116

Black with #C44116

Text Example


Text Example

White with #C44116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44116; }

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

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

background-color css

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

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

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

border-color css

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

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

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