Html Css Color HEX #CC2B40 Brick Red

📋 copy color: '#CC2B40'

red 204 ◦ green 43 ◦ blue 64

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

Shades of Brick Red #CC2B40

Tints of Brick Red #CC2B40

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.83%

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

R = 65.59%
G = 13.83%
B = 20.58%

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

#CC2B40 (or 0xCC2B40) is known color: Brick Red. HEX triplet: CC, 2B and 40. RGB value is (204,43,64). Sum of RGB (Red+Green+Blue) = 204+43+64=311 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.59% from 311); Green value is 43 (17.19% from 255 or 13.83% from 311); Blue value is 64 (25.39% from 255 or 20.58% from 311); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2B40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2B40 is #33D4BF. Grayscale: #5D5D5D. Windows color (decimal): -3396800 or 4205516. OLE color: 4205516.

HSL color Cylindrical-coordinate representation of color #CC2B40: hue angle of 352.17º degrees, saturation: 0.65, 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 #CC2B40 is Cyan = 0, Magento = 0.79, Yellow = 0.69 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 43 64 -
CMYK 0 0.79 0.69 0.2
HSL 352.17º 0.65% 0.48% -
HSV(B) 352.17º 0.79% 0.8% -
XYZ 26.69 14.94 6.33 -
YUV 93.53 111.34 206.79 -
System Red Green Blue C M Y K H S L
Decimal 204 43 64 0 0.79 0.69 0.2 352.17 0.65 0.48
Hex CC 2B 40 0 4F 45 14 160 41 30
Octal 314 53 100 0 117 105 24 540 101 60
Binary 11001100 101011 1000000 0 1001111 1000101 10100 101100000 1000001 110000

Color Harmonies of #CC2B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2B40

Black with #CC2B40

Text Example


Text Example

White with #CC2B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2B40; }

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

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

background-color css

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

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

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

border-color css

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

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

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