Html Css Color HEX #CC2A40 Brick Red

📋 copy color: '#CC2A40'

red 204 ◦ green 42 ◦ blue 64

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

Shades of Brick Red #CC2A40

Tints of Brick Red #CC2A40

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.55%

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

R = 65.81%
G = 13.55%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CC2A40 (or 0xCC2A40) is known color: Brick Red. HEX triplet: CC, 2A and 40. RGB value is (204,42,64). Sum of RGB (Red+Green+Blue) = 204+42+64=310 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.81% from 310); Green value is 42 (16.80% from 255 or 13.55% from 310); Blue value is 64 (25.39% from 255 or 20.65% from 310); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2A40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2A40 is #33D5BF. Grayscale: #5D5D5D. Windows color (decimal): -3397056 or 4205260. OLE color: 4205260.

HSL color Cylindrical-coordinate representation of color #CC2A40: hue angle of 351.85º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CC2A40 is Cyan = 0, Magento = 0.79, Yellow = 0.69 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 42 64 -
CMYK 0 0.79 0.69 0.2
HSL 351.85º 0.66% 0.48% -
HSV(B) 351.85º 0.79% 0.8% -
XYZ 26.66 14.86 6.31 -
YUV 92.95 111.67 207.21 -
System Red Green Blue C M Y K H S L
Decimal 204 42 64 0 0.79 0.69 0.2 351.85 0.66 0.48
Hex CC 2A 40 0 4F 45 14 160 42 30
Octal 314 52 100 0 117 105 24 540 102 60
Binary 11001100 101010 1000000 0 1001111 1000101 10100 101100000 1000010 110000

Color Harmonies of #CC2A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2A40

Black with #CC2A40

Text Example


Text Example

White with #CC2A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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