Html Css Color HEX #C44222 Harley Davidson Orange

📋 copy color: '#C44222'

red 196 ◦ green 66 ◦ blue 34

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

Shades of Harley Davidson Orange #C44222

Tints of Harley Davidson Orange #C44222

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.3%

 BLUE value IS 34 (13.67% from 255) = 11.49%

R = 66.22%
G = 22.3%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.83

 K value IS 0.23

RGB Variations

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

Color information

#C44222 (or 0xC44222) is known color: Harley Davidson Orange. HEX triplet: C4, 42 and 22. RGB value is (196,66,34). Sum of RGB (Red+Green+Blue) = 196+66+34=296 (39% of max value = 765). Red value is 196 (76.95% from 255 or 66.22% from 296); Green value is 66 (26.17% from 255 or 22.30% from 296); Blue value is 34 (13.67% from 255 or 11.49% from 296); Max value from RGB is 196 - color contains mainly: red. Hex color #C44222 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44222 is #3BBDDD. Grayscale: #656565. Windows color (decimal): -3915230 or 2245316. OLE color: 2245316.

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

Color convert

RGB 196 66 34 -
CMYK 0 0.66 0.83 0.23
HSL 11.85º 0.7% 0.45% -
HSV(B) 11.85º 0.83% 0.77% -
XYZ 25 15.75 3.24 -
YUV 101.22 90.07 195.6 -
System Red Green Blue C M Y K H S L
Decimal 196 66 34 0 0.66 0.83 0.23 11.85 0.7 0.45
Hex C4 42 22 0 42 53 17 C 46 2D
Octal 304 102 42 0 102 123 27 14 106 55
Binary 11000100 1000010 100010 0 1000010 1010011 10111 1100 1000110 101101

Color Harmonies of #C44222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44222

Black with #C44222

Text Example


Text Example

White with #C44222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44222; }

 p { color: rgb(196,66,34); }

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

background-color css

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

 a { background-color: rgb(196,66,34); }

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

border-color css

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

 span { border-color: rgb(196,66,34); }

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