Html Css Color HEX #CC3347 Brick Red

📋 copy color: '#CC3347'

red 204 ◦ green 51 ◦ blue 71

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

Shades of Brick Red #CC3347

Tints of Brick Red #CC3347

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.64%

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

R = 62.58%
G = 15.64%
B = 21.78%

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

#CC3347 (or 0xCC3347) is known color: Brick Red. HEX triplet: CC, 33 and 47. RGB value is (204,51,71). Sum of RGB (Red+Green+Blue) = 204+51+71=326 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.58% from 326); Green value is 51 (20.31% from 255 or 15.64% from 326); Blue value is 71 (28.12% from 255 or 21.78% from 326); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3347 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3347 is #33CCB8. Grayscale: #636363. Windows color (decimal): -3394745 or 4666316. OLE color: 4666316.

HSL color Cylindrical-coordinate representation of color #CC3347: hue angle of 352.16º degrees, saturation: 0.6, 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 #CC3347 is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 51 71 -
CMYK 0 0.75 0.65 0.2
HSL 352.16º 0.6% 0.5% -
HSV(B) 352.16º 0.75% 0.8% -
XYZ 27.22 15.66 7.55 -
YUV 99.03 112.19 202.87 -
System Red Green Blue C M Y K H S L
Decimal 204 51 71 0 0.75 0.65 0.2 352.16 0.6 0.5
Hex CC 33 47 0 4B 41 14 160 3C 32
Octal 314 63 107 0 113 101 24 540 74 62
Binary 11001100 110011 1000111 0 1001011 1000001 10100 101100000 111100 110010

Color Harmonies of #CC3347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3347

Black with #CC3347

Text Example


Text Example

White with #CC3347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3347; }

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

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

background-color css

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

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

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

border-color css

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

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

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