Html Css Color HEX #CC2F48 Brick Red

📋 copy color: '#CC2F48'

red 204 ◦ green 47 ◦ blue 72

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

Shades of Brick Red #CC2F48

Tints of Brick Red #CC2F48

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.55%

 BLUE value IS 72 (28.52% from 255) = 22.29%

R = 63.16%
G = 14.55%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#CC2F48 (or 0xCC2F48) is known color: Brick Red. HEX triplet: CC, 2F and 48. RGB value is (204,47,72). Sum of RGB (Red+Green+Blue) = 204+47+72=323 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.16% from 323); Green value is 47 (18.75% from 255 or 14.55% from 323); Blue value is 72 (28.52% from 255 or 22.29% from 323); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2F48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2F48 is #33D0B7. Grayscale: #606060. Windows color (decimal): -3395768 or 4730828. OLE color: 4730828.

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

Color convert

RGB 204 47 72 -
CMYK 0 0.77 0.65 0.2
HSL 350.45º 0.63% 0.49% -
HSV(B) 350.45º 0.77% 0.8% -
XYZ 27.09 15.34 7.66 -
YUV 96.79 114.01 204.47 -
System Red Green Blue C M Y K H S L
Decimal 204 47 72 0 0.77 0.65 0.2 350.45 0.63 0.49
Hex CC 2F 48 0 4D 41 14 15E 3F 31
Octal 314 57 110 0 115 101 24 536 77 61
Binary 11001100 101111 1001000 0 1001101 1000001 10100 101011110 111111 110001

Color Harmonies of #CC2F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2F48

Black with #CC2F48

Text Example


Text Example

White with #CC2F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2F48; }

 p { color: rgb(204,47,72); }

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

background-color css

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

 a { background-color: rgb(204,47,72); }

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

border-color css

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

 span { border-color: rgb(204,47,72); }

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