Html Css Color HEX #C44333 Grenadier

📋 copy color: '#C44333'

red 196 ◦ green 67 ◦ blue 51

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

Shades of Grenadier #C44333

Tints of Grenadier #C44333

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 16.24%

R = 62.42%
G = 21.34%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#C44333 (or 0xC44333) is known color: Grenadier. HEX triplet: C4, 43 and 33. RGB value is (196,67,51). Sum of RGB (Red+Green+Blue) = 196+67+51=314 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.42% from 314); Green value is 67 (26.56% from 255 or 21.34% from 314); Blue value is 51 (20.31% from 255 or 16.24% from 314); Max value from RGB is 196 - color contains mainly: red. Hex color #C44333 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44333 is #3BBCCC. Grayscale: #676767. Windows color (decimal): -3914957 or 3359684. OLE color: 3359684.

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

Color convert

RGB 196 67 51 -
CMYK 0 0.66 0.74 0.23
HSL 6.62º 0.59% 0.48% -
HSV(B) 6.62º 0.74% 0.77% -
XYZ 25.37 15.99 4.88 -
YUV 103.75 98.24 193.8 -
System Red Green Blue C M Y K H S L
Decimal 196 67 51 0 0.66 0.74 0.23 6.62 0.59 0.48
Hex C4 43 33 0 42 4A 17 7 3B 30
Octal 304 103 63 0 102 112 27 7 73 60
Binary 11000100 1000011 110011 0 1000010 1001010 10111 111 111011 110000

Color Harmonies of #C44333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44333

Black with #C44333

Text Example


Text Example

White with #C44333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44333; }

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

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

background-color css

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

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

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

border-color css

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

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

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