Html Css Color HEX #CC4B3F Grenadier

📋 copy color: '#CC4B3F'

red 204 ◦ green 75 ◦ blue 63

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

Shades of Grenadier #CC4B3F

Tints of Grenadier #CC4B3F

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.93%

 BLUE value IS 63 (25% from 255) = 18.42%

R = 59.65%
G = 21.93%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CC4B3F (or 0xCC4B3F) is known color: Grenadier. HEX triplet: CC, 4B and 3F. RGB value is (204,75,63). Sum of RGB (Red+Green+Blue) = 204+75+63=342 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.65% from 342); Green value is 75 (29.69% from 255 or 21.93% from 342); Blue value is 63 (25% from 255 or 18.42% from 342); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4B3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4B3F is #33B4C0. Grayscale: #707070. Windows color (decimal): -3388609 or 4148172. OLE color: 4148172.

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

Color convert

RGB 204 75 63 -
CMYK 0 0.63 0.69 0.2
HSL 5.11º 0.58% 0.52% -
HSV(B) 5.11º 0.69% 0.8% -
XYZ 28.32 18.23 6.73 -
YUV 112.2 100.24 193.48 -
System Red Green Blue C M Y K H S L
Decimal 204 75 63 0 0.63 0.69 0.2 5.11 0.58 0.52
Hex CC 4B 3F 0 3F 45 14 5 3A 34
Octal 314 113 77 0 77 105 24 5 72 64
Binary 11001100 1001011 111111 0 111111 1000101 10100 101 111010 110100

Color Harmonies of #CC4B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4B3F

Black with #CC4B3F

Text Example


Text Example

White with #CC4B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4B3F; }

 p { color: rgb(204,75,63); }

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

background-color css

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

 a { background-color: rgb(204,75,63); }

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

border-color css

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

 span { border-color: rgb(204,75,63); }

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