Html Css Color HEX #CC2938 Brick Red

📋 copy color: '#CC2938'

red 204 ◦ green 41 ◦ blue 56

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

Shades of Brick Red #CC2938

Tints of Brick Red #CC2938

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.62%

 BLUE value IS 56 (22.27% from 255) = 18.6%

R = 67.77%
G = 13.62%
B = 18.6%

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

#CC2938 (or 0xCC2938) is known color: Brick Red. HEX triplet: CC, 29 and 38. RGB value is (204,41,56). Sum of RGB (Red+Green+Blue) = 204+41+56=301 (39% of max value = 765). Red value is 204 (80.08% from 255 or 67.77% from 301); Green value is 41 (16.41% from 255 or 13.62% from 301); Blue value is 56 (22.27% from 255 or 18.60% from 301); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2938 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2938 is #33D6C7. Grayscale: #5B5B5B. Windows color (decimal): -3397320 or 3680716. OLE color: 3680716.

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

Color convert

RGB 204 41 56 -
CMYK 0 0.80 0.73 0.2
HSL 354.48º 0.67% 0.48% -
HSV(B) 354.48º 0.8% 0.8% -
XYZ 26.41 14.71 5.19 -
YUV 91.45 108 208.28 -
System Red Green Blue C M Y K H S L
Decimal 204 41 56 0 0.80 0.73 0.2 354.48 0.67 0.48
Hex CC 29 38 0 50 49 14 162 43 30
Octal 314 51 70 0 120 111 24 542 103 60
Binary 11001100 101001 111000 0 1010000 1001001 10100 101100010 1000011 110000

Color Harmonies of #CC2938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2938

Black with #CC2938

Text Example


Text Example

White with #CC2938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2938; }

 p { color: rgb(204,41,56); }

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

background-color css

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

 a { background-color: rgb(204,41,56); }

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

border-color css

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

 span { border-color: rgb(204,41,56); }

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