Html Css Color HEX #C44420 Harley Davidson Orange

📋 copy color: '#C44420'

red 196 ◦ green 68 ◦ blue 32

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

Shades of Harley Davidson Orange #C44420

Tints of Harley Davidson Orange #C44420

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.97%

 BLUE value IS 32 (12.89% from 255) = 10.81%

R = 66.22%
G = 22.97%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C44420 (or 0xC44420) is known color: Harley Davidson Orange. HEX triplet: C4, 44 and 20. RGB value is (196,68,32). Sum of RGB (Red+Green+Blue) = 196+68+32=296 (39% of max value = 765). Red value is 196 (76.95% from 255 or 66.22% from 296); Green value is 68 (26.95% from 255 or 22.97% from 296); Blue value is 32 (12.89% from 255 or 10.81% from 296); Max value from RGB is 196 - color contains mainly: red. Hex color #C44420 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44420 is #3BBBDF. Grayscale: #666666. Windows color (decimal): -3914720 or 2114756. OLE color: 2114756.

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

Color convert

RGB 196 68 32 -
CMYK 0 0.65 0.84 0.23
HSL 13.17º 0.72% 0.45% -
HSV(B) 13.17º 0.84% 0.77% -
XYZ 25.09 15.97 3.13 -
YUV 102.17 88.41 194.93 -
System Red Green Blue C M Y K H S L
Decimal 196 68 32 0 0.65 0.84 0.23 13.17 0.72 0.45
Hex C4 44 20 0 41 54 17 D 48 2D
Octal 304 104 40 0 101 124 27 15 110 55
Binary 11000100 1000100 100000 0 1000001 1010100 10111 1101 1001000 101101

Color Harmonies of #C44420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44420

Black with #C44420

Text Example


Text Example

White with #C44420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44420; }

 p { color: rgb(196,68,32); }

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

background-color css

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

 a { background-color: rgb(196,68,32); }

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

border-color css

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

 span { border-color: rgb(196,68,32); }

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