Html Css Color HEX #CC304A Brick Red

📋 copy color: '#CC304A'

red 204 ◦ green 48 ◦ blue 74

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

Shades of Brick Red #CC304A

Tints of Brick Red #CC304A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.72%

 BLUE value IS 74 (29.3% from 255) = 22.7%

R = 62.58%
G = 14.72%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CC304A (or 0xCC304A) is known color: Brick Red. HEX triplet: CC, 30 and 4A. RGB value is (204,48,74). Sum of RGB (Red+Green+Blue) = 204+48+74=326 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.58% from 326); Green value is 48 (19.14% from 255 or 14.72% from 326); Blue value is 74 (29.30% from 255 or 22.70% from 326); Max value from RGB is 204 - color contains mainly: red. Hex color #CC304A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC304A is #33CFB5. Grayscale: #616161. Windows color (decimal): -3395510 or 4862156. OLE color: 4862156.

HSL color Cylindrical-coordinate representation of color #CC304A: hue angle of 350º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC304A is Cyan = 0, Magento = 0.76, Yellow = 0.64 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 48 74 -
CMYK 0 0.76 0.64 0.2
HSL 350º 0.62% 0.49% -
HSV(B) 350º 0.76% 0.8% -
XYZ 27.19 15.45 8.03 -
YUV 97.61 114.68 203.89 -
System Red Green Blue C M Y K H S L
Decimal 204 48 74 0 0.76 0.64 0.2 350 0.62 0.49
Hex CC 30 4A 0 4C 40 14 15E 3E 31
Octal 314 60 112 0 114 100 24 536 76 61
Binary 11001100 110000 1001010 0 1001100 1000000 10100 101011110 111110 110001

Color Harmonies of #CC304A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC304A

Black with #CC304A

Text Example


Text Example

White with #CC304A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC304A; }

 p { color: rgb(204,48,74); }

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

background-color css

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

 a { background-color: rgb(204,48,74); }

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

border-color css

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

 span { border-color: rgb(204,48,74); }

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