Html Css Color HEX #C44321 Harley Davidson Orange

📋 copy color: '#C44321'

red 196 ◦ green 67 ◦ blue 33

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

Shades of Harley Davidson Orange #C44321

Tints of Harley Davidson Orange #C44321

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.64%

 BLUE value IS 33 (13.28% from 255) = 11.15%

R = 66.22%
G = 22.64%
B = 11.15%

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

#C44321 (or 0xC44321) is known color: Harley Davidson Orange. HEX triplet: C4, 43 and 21. RGB value is (196,67,33). Sum of RGB (Red+Green+Blue) = 196+67+33=296 (39% of max value = 765). Red value is 196 (76.95% from 255 or 66.22% from 296); Green value is 67 (26.56% from 255 or 22.64% from 296); Blue value is 33 (13.28% from 255 or 11.15% from 296); Max value from RGB is 196 - color contains mainly: red. Hex color #C44321 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44321 is #3BBCDE. Grayscale: #656565. Windows color (decimal): -3914975 or 2180036. OLE color: 2180036.

HSL color Cylindrical-coordinate representation of color #C44321: hue angle of 12.52º degrees, saturation: 0.71, 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 #C44321 is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 67 33 -
CMYK 0 0.66 0.83 0.23
HSL 12.52º 0.71% 0.45% -
HSV(B) 12.52º 0.83% 0.77% -
XYZ 25.05 15.86 3.18 -
YUV 101.7 89.24 195.26 -
System Red Green Blue C M Y K H S L
Decimal 196 67 33 0 0.66 0.83 0.23 12.52 0.71 0.45
Hex C4 43 21 0 42 53 17 D 47 2D
Octal 304 103 41 0 102 123 27 15 107 55
Binary 11000100 1000011 100001 0 1000010 1010011 10111 1101 1000111 101101

Color Harmonies of #C44321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44321

Black with #C44321

Text Example


Text Example

White with #C44321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44321; }

 p { color: rgb(196,67,33); }

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

background-color css

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

 a { background-color: rgb(196,67,33); }

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

border-color css

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

 span { border-color: rgb(196,67,33); }

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