Html Css Color HEX #CC443B Grenadier

📋 copy color: '#CC443B'

red 204 ◦ green 68 ◦ blue 59

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

Shades of Grenadier #CC443B

Tints of Grenadier #CC443B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.82%

R = 61.63%
G = 20.54%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.71

 K value IS 0.2

RGB Variations

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

Color information

#CC443B (or 0xCC443B) is known color: Grenadier. HEX triplet: CC, 44 and 3B. RGB value is (204,68,59). Sum of RGB (Red+Green+Blue) = 204+68+59=331 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.63% from 331); Green value is 68 (26.95% from 255 or 20.54% from 331); Blue value is 59 (23.44% from 255 or 17.82% from 331); Max value from RGB is 204 - color contains mainly: red. Hex color #CC443B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC443B is #33BBC4. Grayscale: #6B6B6B. Windows color (decimal): -3390405 or 3884236. OLE color: 3884236.

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

Color convert

RGB 204 68 59 -
CMYK 0 0.67 0.71 0.2
HSL 3.72º 0.59% 0.52% -
HSV(B) 3.72º 0.71% 0.8% -
XYZ 27.76 17.29 6.01 -
YUV 107.64 100.56 196.73 -
System Red Green Blue C M Y K H S L
Decimal 204 68 59 0 0.67 0.71 0.2 3.72 0.59 0.52
Hex CC 44 3B 0 43 47 14 4 3B 34
Octal 314 104 73 0 103 107 24 4 73 64
Binary 11001100 1000100 111011 0 1000011 1000111 10100 100 111011 110100

Color Harmonies of #CC443B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC443B

Black with #CC443B

Text Example


Text Example

White with #CC443B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC443B; }

 p { color: rgb(204,68,59); }

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

background-color css

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

 a { background-color: rgb(204,68,59); }

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

border-color css

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

 span { border-color: rgb(204,68,59); }

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