Html Css Color HEX #CC2837 Brick Red

📋 copy color: '#CC2837'

red 204 ◦ green 40 ◦ blue 55

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

Shades of Brick Red #CC2837

Tints of Brick Red #CC2837

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.38%

 BLUE value IS 55 (21.88% from 255) = 18.39%

R = 68.23%
G = 13.38%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.73

 K value IS 0.2

RGB Variations

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

Color information

#CC2837 (or 0xCC2837) is known color: Brick Red. HEX triplet: CC, 28 and 37. RGB value is (204,40,55). Sum of RGB (Red+Green+Blue) = 204+40+55=299 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.23% from 299); Green value is 40 (16.02% from 255 or 13.38% from 299); Blue value is 55 (21.88% from 255 or 18.39% from 299); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2837 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2837 is #33D7C8. Grayscale: #5A5A5A. Windows color (decimal): -3397577 or 3614924. OLE color: 3614924.

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

Color convert

RGB 204 40 55 -
CMYK 0 0.80 0.73 0.2
HSL 354.51º 0.67% 0.48% -
HSV(B) 354.51º 0.8% 0.8% -
XYZ 26.35 14.63 5.05 -
YUV 90.75 107.83 208.78 -
System Red Green Blue C M Y K H S L
Decimal 204 40 55 0 0.80 0.73 0.2 354.51 0.67 0.48
Hex CC 28 37 0 50 49 14 163 43 30
Octal 314 50 67 0 120 111 24 543 103 60
Binary 11001100 101000 110111 0 1010000 1001001 10100 101100011 1000011 110000

Color Harmonies of #CC2837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2837

Black with #CC2837

Text Example


Text Example

White with #CC2837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2837; }

 p { color: rgb(204,40,55); }

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

background-color css

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

 a { background-color: rgb(204,40,55); }

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

border-color css

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

 span { border-color: rgb(204,40,55); }

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