Html Css Color HEX #CC293A Brick Red

📋 copy color: '#CC293A'

red 204 ◦ green 41 ◦ blue 58

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

Shades of Brick Red #CC293A

Tints of Brick Red #CC293A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.14%

R = 67.33%
G = 13.53%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.72

 K value IS 0.2

RGB Variations

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

Color information

#CC293A (or 0xCC293A) is known color: Brick Red. HEX triplet: CC, 29 and 3A. RGB value is (204,41,58). Sum of RGB (Red+Green+Blue) = 204+41+58=303 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.33% from 303); Green value is 41 (16.41% from 255 or 13.53% from 303); Blue value is 58 (23.05% from 255 or 19.14% from 303); Max value from RGB is 204 - color contains mainly: red. Hex color #CC293A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC293A is #33D6C5. Grayscale: #5B5B5B. Windows color (decimal): -3397318 or 3811788. OLE color: 3811788.

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

Color convert

RGB 204 41 58 -
CMYK 0 0.80 0.72 0.2
HSL 353.74º 0.67% 0.48% -
HSV(B) 353.74º 0.8% 0.8% -
XYZ 26.46 14.73 5.45 -
YUV 91.68 109 208.12 -
System Red Green Blue C M Y K H S L
Decimal 204 41 58 0 0.80 0.72 0.2 353.74 0.67 0.48
Hex CC 29 3A 0 50 48 14 162 43 30
Octal 314 51 72 0 120 110 24 542 103 60
Binary 11001100 101001 111010 0 1010000 1001000 10100 101100010 1000011 110000

Color Harmonies of #CC293A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC293A

Black with #CC293A

Text Example


Text Example

White with #CC293A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC293A; }

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

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

background-color css

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

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

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

border-color css

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

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

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