Html Css Color HEX #CC293D Brick Red

📋 copy color: '#CC293D'

red 204 ◦ green 41 ◦ blue 61

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

Shades of Brick Red #CC293D

Tints of Brick Red #CC293D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.93%

R = 66.67%
G = 13.4%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.70

 K value IS 0.2

RGB Variations

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

Color information

#CC293D (or 0xCC293D) is known color: Brick Red. HEX triplet: CC, 29 and 3D. RGB value is (204,41,61). Sum of RGB (Red+Green+Blue) = 204+41+61=306 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.67% from 306); Green value is 41 (16.41% from 255 or 13.40% from 306); Blue value is 61 (24.22% from 255 or 19.93% from 306); Max value from RGB is 204 - color contains mainly: red. Hex color #CC293D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC293D is #33D6C2. Grayscale: #5C5C5C. Windows color (decimal): -3397315 or 4008396. OLE color: 4008396.

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

Color convert

RGB 204 41 61 -
CMYK 0 0.80 0.70 0.2
HSL 352.64º 0.67% 0.48% -
HSV(B) 352.64º 0.8% 0.8% -
XYZ 26.54 14.76 5.87 -
YUV 92.02 110.5 207.87 -
System Red Green Blue C M Y K H S L
Decimal 204 41 61 0 0.80 0.70 0.2 352.64 0.67 0.48
Hex CC 29 3D 0 50 46 14 161 43 30
Octal 314 51 75 0 120 106 24 541 103 60
Binary 11001100 101001 111101 0 1010000 1000110 10100 101100001 1000011 110000

Color Harmonies of #CC293D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC293D

Black with #CC293D

Text Example


Text Example

White with #CC293D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC293D; }

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

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

background-color css

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

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

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

border-color css

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

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

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