Html Css Color HEX #CC3240 Brick Red

📋 copy color: '#CC3240'

red 204 ◦ green 50 ◦ blue 64

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

Shades of Brick Red #CC3240

Tints of Brick Red #CC3240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 20.13%

R = 64.15%
G = 15.72%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CC3240 (or 0xCC3240) is known color: Brick Red. HEX triplet: CC, 32 and 40. RGB value is (204,50,64). Sum of RGB (Red+Green+Blue) = 204+50+64=318 (42% of max value = 765). Red value is 204 (80.08% from 255 or 64.15% from 318); Green value is 50 (19.92% from 255 or 15.72% from 318); Blue value is 64 (25.39% from 255 or 20.13% from 318); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3240 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3240 is #33CDBF. Grayscale: #616161. Windows color (decimal): -3395008 or 4207308. OLE color: 4207308.

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

Color convert

RGB 204 50 64 -
CMYK 0 0.75 0.69 0.2
HSL 354.55º 0.61% 0.5% -
HSV(B) 354.55º 0.75% 0.8% -
XYZ 26.97 15.49 6.42 -
YUV 97.64 109.02 203.86 -
System Red Green Blue C M Y K H S L
Decimal 204 50 64 0 0.75 0.69 0.2 354.55 0.61 0.5
Hex CC 32 40 0 4B 45 14 163 3D 32
Octal 314 62 100 0 113 105 24 543 75 62
Binary 11001100 110010 1000000 0 1001011 1000101 10100 101100011 111101 110010

Color Harmonies of #CC3240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3240

Black with #CC3240

Text Example


Text Example

White with #CC3240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3240; }

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

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

background-color css

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

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

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

border-color css

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

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

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