Html Css Color HEX #CC2B44 Brick Red

📋 copy color: '#CC2B44'

red 204 ◦ green 43 ◦ blue 68

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

Shades of Brick Red #CC2B44

Tints of Brick Red #CC2B44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 21.59%

R = 64.76%
G = 13.65%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.67

 K value IS 0.2

RGB Variations

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

Color information

#CC2B44 (or 0xCC2B44) is known color: Brick Red. HEX triplet: CC, 2B and 44. RGB value is (204,43,68). Sum of RGB (Red+Green+Blue) = 204+43+68=315 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.76% from 315); Green value is 43 (17.19% from 255 or 13.65% from 315); Blue value is 68 (26.95% from 255 or 21.59% from 315); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2B44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2B44 is #33D4BB. Grayscale: #5E5E5E. Windows color (decimal): -3396796 or 4467660. OLE color: 4467660.

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

Color convert

RGB 204 43 68 -
CMYK 0 0.79 0.67 0.2
HSL 350.68º 0.65% 0.48% -
HSV(B) 350.68º 0.79% 0.8% -
XYZ 26.81 14.98 6.95 -
YUV 93.99 113.34 206.47 -
System Red Green Blue C M Y K H S L
Decimal 204 43 68 0 0.79 0.67 0.2 350.68 0.65 0.48
Hex CC 2B 44 0 4F 43 14 15F 41 30
Octal 314 53 104 0 117 103 24 537 101 60
Binary 11001100 101011 1000100 0 1001111 1000011 10100 101011111 1000001 110000

Color Harmonies of #CC2B44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2B44

Black with #CC2B44

Text Example


Text Example

White with #CC2B44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2B44; }

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

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

background-color css

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

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

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

border-color css

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

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

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