Html Css Color HEX #CC2B42 Brick Red

📋 copy color: '#CC2B42'

red 204 ◦ green 43 ◦ blue 66

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

Shades of Brick Red #CC2B42

Tints of Brick Red #CC2B42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.09%

R = 65.18%
G = 13.74%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#CC2B42 (or 0xCC2B42) is known color: Brick Red. HEX triplet: CC, 2B and 42. RGB value is (204,43,66). Sum of RGB (Red+Green+Blue) = 204+43+66=313 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.18% from 313); Green value is 43 (17.19% from 255 or 13.74% from 313); Blue value is 66 (26.17% from 255 or 21.09% from 313); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2B42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2B42 is #33D4BD. Grayscale: #5D5D5D. Windows color (decimal): -3396798 or 4336588. OLE color: 4336588.

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

Color convert

RGB 204 43 66 -
CMYK 0 0.79 0.68 0.2
HSL 351.43º 0.65% 0.48% -
HSV(B) 351.43º 0.79% 0.8% -
XYZ 26.75 14.96 6.63 -
YUV 93.76 112.34 206.63 -
System Red Green Blue C M Y K H S L
Decimal 204 43 66 0 0.79 0.68 0.2 351.43 0.65 0.48
Hex CC 2B 42 0 4F 44 14 15F 41 30
Octal 314 53 102 0 117 104 24 537 101 60
Binary 11001100 101011 1000010 0 1001111 1000100 10100 101011111 1000001 110000

Color Harmonies of #CC2B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2B42

Black with #CC2B42

Text Example


Text Example

White with #CC2B42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2B42; }

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

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

background-color css

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

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

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

border-color css

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

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

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