Html Css Color HEX #CC3245 Brick Red

📋 copy color: '#CC3245'

red 204 ◦ green 50 ◦ blue 69

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

Shades of Brick Red #CC3245

Tints of Brick Red #CC3245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 21.36%

R = 63.16%
G = 15.48%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.66

 K value IS 0.2

RGB Variations

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

Color information

#CC3245 (or 0xCC3245) is known color: Brick Red. HEX triplet: CC, 32 and 45. RGB value is (204,50,69). Sum of RGB (Red+Green+Blue) = 204+50+69=323 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.16% from 323); Green value is 50 (19.92% from 255 or 15.48% from 323); Blue value is 69 (27.34% from 255 or 21.36% from 323); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3245 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3245 is #33CDBA. Grayscale: #626262. Windows color (decimal): -3395003 or 4534988. OLE color: 4534988.

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

Color convert

RGB 204 50 69 -
CMYK 0 0.75 0.66 0.2
HSL 352.6º 0.61% 0.5% -
HSV(B) 352.6º 0.75% 0.8% -
XYZ 27.12 15.55 7.2 -
YUV 98.21 111.52 203.46 -
System Red Green Blue C M Y K H S L
Decimal 204 50 69 0 0.75 0.66 0.2 352.6 0.61 0.5
Hex CC 32 45 0 4B 42 14 161 3D 32
Octal 314 62 105 0 113 102 24 541 75 62
Binary 11001100 110010 1000101 0 1001011 1000010 10100 101100001 111101 110010

Color Harmonies of #CC3245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3245

Black with #CC3245

Text Example


Text Example

White with #CC3245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3245; }

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

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

background-color css

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

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

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

border-color css

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

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

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