Html Css Color HEX #CC2941 Brick Red

📋 copy color: '#CC2941'

red 204 ◦ green 41 ◦ blue 65

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

Shades of Brick Red #CC2941

Tints of Brick Red #CC2941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 20.97%

R = 65.81%
G = 13.23%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#CC2941 (or 0xCC2941) is known color: Brick Red. HEX triplet: CC, 29 and 41. RGB value is (204,41,65). Sum of RGB (Red+Green+Blue) = 204+41+65=310 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.81% from 310); Green value is 41 (16.41% from 255 or 13.23% from 310); Blue value is 65 (25.78% from 255 or 20.97% from 310); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2941 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2941 is #33D6BE. Grayscale: #5C5C5C. Windows color (decimal): -3397311 or 4270540. OLE color: 4270540.

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

Color convert

RGB 204 41 65 -
CMYK 0 0.80 0.68 0.2
HSL 351.17º 0.67% 0.48% -
HSV(B) 351.17º 0.8% 0.8% -
XYZ 26.65 14.8 6.45 -
YUV 92.47 112.5 207.55 -
System Red Green Blue C M Y K H S L
Decimal 204 41 65 0 0.80 0.68 0.2 351.17 0.67 0.48
Hex CC 29 41 0 50 44 14 15F 43 30
Octal 314 51 101 0 120 104 24 537 103 60
Binary 11001100 101001 1000001 0 1010000 1000100 10100 101011111 1000011 110000

Color Harmonies of #CC2941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2941

Black with #CC2941

Text Example


Text Example

White with #CC2941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2941; }

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

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

background-color css

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

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

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

border-color css

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

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

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