Html Css Color HEX #CC3242 Brick Red

📋 copy color: '#CC3242'

red 204 ◦ green 50 ◦ blue 66

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

Shades of Brick Red #CC3242

Tints of Brick Red #CC3242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.63%

R = 63.75%
G = 15.63%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#CC3242 (or 0xCC3242) is known color: Brick Red. HEX triplet: CC, 32 and 42. RGB value is (204,50,66). Sum of RGB (Red+Green+Blue) = 204+50+66=320 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.75% from 320); Green value is 50 (19.92% from 255 or 15.62% from 320); Blue value is 66 (26.17% from 255 or 20.62% from 320); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3242 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3242 is #33CDBD. Grayscale: #616161. Windows color (decimal): -3395006 or 4338380. OLE color: 4338380.

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

Color convert

RGB 204 50 66 -
CMYK 0 0.75 0.68 0.2
HSL 353.77º 0.61% 0.5% -
HSV(B) 353.77º 0.75% 0.8% -
XYZ 27.03 15.51 6.72 -
YUV 97.87 110.02 203.7 -
System Red Green Blue C M Y K H S L
Decimal 204 50 66 0 0.75 0.68 0.2 353.77 0.61 0.5
Hex CC 32 42 0 4B 44 14 162 3D 32
Octal 314 62 102 0 113 104 24 542 75 62
Binary 11001100 110010 1000010 0 1001011 1000100 10100 101100010 111101 110010

Color Harmonies of #CC3242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3242

Black with #CC3242

Text Example


Text Example

White with #CC3242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3242; }

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

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

background-color css

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

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

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

border-color css

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

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

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