Html Css Color HEX #CC4538 Grenadier

📋 copy color: '#CC4538'

red 204 ◦ green 69 ◦ blue 56

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

Shades of Grenadier #CC4538

Tints of Grenadier #CC4538

RGB

 RED value IS 204 (80.08% from 255) = 62.01%

 GREEN value IS 69 (27.34% from 255) = 20.97%

 BLUE value IS 56 (22.27% from 255) = 17.02%

R = 62.01%
G = 20.97%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.73

 K value IS 0.2

RGB Variations

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

Color information

#CC4538 (or 0xCC4538) is known color: Grenadier. HEX triplet: CC, 45 and 38. RGB value is (204,69,56). Sum of RGB (Red+Green+Blue) = 204+69+56=329 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.01% from 329); Green value is 69 (27.34% from 255 or 20.97% from 329); Blue value is 56 (22.27% from 255 or 17.02% from 329); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4538 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4538 is #33BAC7. Grayscale: #6C6C6C. Windows color (decimal): -3390152 or 3687884. OLE color: 3687884.

HSL color Cylindrical-coordinate representation of color #CC4538: hue angle of 5.27º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC4538 is Cyan = 0, Magento = 0.66, Yellow = 0.73 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 69 56 -
CMYK 0 0.66 0.73 0.2
HSL 5.27º 0.59% 0.51% -
HSV(B) 5.27º 0.73% 0.8% -
XYZ 27.74 17.38 5.63 -
YUV 107.88 98.73 196.56 -
System Red Green Blue C M Y K H S L
Decimal 204 69 56 0 0.66 0.73 0.2 5.27 0.59 0.51
Hex CC 45 38 0 42 49 14 5 3B 33
Octal 314 105 70 0 102 111 24 5 73 63
Binary 11001100 1000101 111000 0 1000010 1001001 10100 101 111011 110011

Color Harmonies of #CC4538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4538

Black with #CC4538

Text Example


Text Example

White with #CC4538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4538; }

 p { color: rgb(204,69,56); }

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

background-color css

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

 a { background-color: rgb(204,69,56); }

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

border-color css

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

 span { border-color: rgb(204,69,56); }

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