Html Css Color HEX #CC3247 Brick Red

📋 copy color: '#CC3247'

red 204 ◦ green 50 ◦ blue 71

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

Shades of Brick Red #CC3247

Tints of Brick Red #CC3247

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.38%

 BLUE value IS 71 (28.13% from 255) = 21.85%

R = 62.77%
G = 15.38%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#CC3247 (or 0xCC3247) is known color: Brick Red. HEX triplet: CC, 32 and 47. RGB value is (204,50,71). Sum of RGB (Red+Green+Blue) = 204+50+71=325 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.77% from 325); Green value is 50 (19.92% from 255 or 15.38% from 325); Blue value is 71 (28.12% from 255 or 21.85% from 325); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3247 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3247 is #33CDB8. Grayscale: #626262. Windows color (decimal): -3395001 or 4666060. OLE color: 4666060.

HSL color Cylindrical-coordinate representation of color #CC3247: hue angle of 351.82º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC3247 is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 50 71 -
CMYK 0 0.75 0.65 0.2
HSL 351.82º 0.61% 0.5% -
HSV(B) 351.82º 0.75% 0.8% -
XYZ 27.18 15.57 7.53 -
YUV 98.44 112.52 203.29 -
System Red Green Blue C M Y K H S L
Decimal 204 50 71 0 0.75 0.65 0.2 351.82 0.61 0.5
Hex CC 32 47 0 4B 41 14 160 3D 32
Octal 314 62 107 0 113 101 24 540 75 62
Binary 11001100 110010 1000111 0 1001011 1000001 10100 101100000 111101 110010

Color Harmonies of #CC3247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3247

Black with #CC3247

Text Example


Text Example

White with #CC3247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3247; }

 p { color: rgb(204,50,71); }

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

background-color css

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

 a { background-color: rgb(204,50,71); }

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

border-color css

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

 span { border-color: rgb(204,50,71); }

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