Html Css Color HEX #CC2C3A Brick Red

📋 copy color: '#CC2C3A'

red 204 ◦ green 44 ◦ blue 58

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

Shades of Brick Red #CC2C3A

Tints of Brick Red #CC2C3A

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.38%

 BLUE value IS 58 (23.05% from 255) = 18.95%

R = 66.67%
G = 14.38%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.72

 K value IS 0.2

RGB Variations

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

Color information

#CC2C3A (or 0xCC2C3A) is known color: Brick Red. HEX triplet: CC, 2C and 3A. RGB value is (204,44,58). Sum of RGB (Red+Green+Blue) = 204+44+58=306 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.67% from 306); Green value is 44 (17.58% from 255 or 14.38% from 306); Blue value is 58 (23.05% from 255 or 18.95% from 306); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2C3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2C3A is #33D3C5. Grayscale: #5D5D5D. Windows color (decimal): -3396550 or 3812556. OLE color: 3812556.

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

Color convert

RGB 204 44 58 -
CMYK 0 0.78 0.72 0.2
HSL 354.75º 0.65% 0.49% -
HSV(B) 354.75º 0.78% 0.8% -
XYZ 26.57 14.94 5.49 -
YUV 93.44 108.01 206.86 -
System Red Green Blue C M Y K H S L
Decimal 204 44 58 0 0.78 0.72 0.2 354.75 0.65 0.49
Hex CC 2C 3A 0 4E 48 14 163 41 31
Octal 314 54 72 0 116 110 24 543 101 61
Binary 11001100 101100 111010 0 1001110 1001000 10100 101100011 1000001 110001

Color Harmonies of #CC2C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2C3A

Black with #CC2C3A

Text Example


Text Example

White with #CC2C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2C3A; }

 p { color: rgb(204,44,58); }

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

background-color css

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

 a { background-color: rgb(204,44,58); }

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

border-color css

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

 span { border-color: rgb(204,44,58); }

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