Html Css Color HEX #CC294B Brick Red

📋 copy color: '#CC294B'

red 204 ◦ green 41 ◦ blue 75

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

Shades of Brick Red #CC294B

Tints of Brick Red #CC294B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 23.44%

R = 63.75%
G = 12.81%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#CC294B (or 0xCC294B) is known color: Brick Red. HEX triplet: CC, 29 and 4B. RGB value is (204,41,75). Sum of RGB (Red+Green+Blue) = 204+41+75=320 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.75% from 320); Green value is 41 (16.41% from 255 or 12.81% from 320); Blue value is 75 (29.69% from 255 or 23.44% from 320); Max value from RGB is 204 - color contains mainly: red. Hex color #CC294B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC294B is #33D6B4. Grayscale: #5D5D5D. Windows color (decimal): -3397301 or 4925900. OLE color: 4925900.

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

Color convert

RGB 204 41 75 -
CMYK 0 0.80 0.63 0.2
HSL 347.48º 0.67% 0.48% -
HSV(B) 347.48º 0.8% 0.8% -
XYZ 26.96 14.93 8.12 -
YUV 93.61 117.5 206.74 -
System Red Green Blue C M Y K H S L
Decimal 204 41 75 0 0.80 0.63 0.2 347.48 0.67 0.48
Hex CC 29 4B 0 50 3F 14 15B 43 30
Octal 314 51 113 0 120 77 24 533 103 60
Binary 11001100 101001 1001011 0 1010000 111111 10100 101011011 1000011 110000

Color Harmonies of #CC294B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC294B

Black with #CC294B

Text Example


Text Example

White with #CC294B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC294B; }

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

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

background-color css

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

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

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

border-color css

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

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

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