Html Css Color HEX #CC244A Brick Red

📋 copy color: '#CC244A'

red 204 ◦ green 36 ◦ blue 74

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

Shades of Brick Red #CC244A

Tints of Brick Red #CC244A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.46%

 BLUE value IS 74 (29.3% from 255) = 23.57%

R = 64.97%
G = 11.46%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CC244A (or 0xCC244A) is known color: Brick Red. HEX triplet: CC, 24 and 4A. RGB value is (204,36,74). Sum of RGB (Red+Green+Blue) = 204+36+74=314 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.97% from 314); Green value is 36 (14.45% from 255 or 11.46% from 314); Blue value is 74 (29.30% from 255 or 23.57% from 314); Max value from RGB is 204 - color contains mainly: red. Hex color #CC244A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC244A is #33DBB5. Grayscale: #5A5A5A. Windows color (decimal): -3398582 or 4859084. OLE color: 4859084.

HSL color Cylindrical-coordinate representation of color #CC244A: hue angle of 346.43º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC244A is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 36 74 -
CMYK 0 0.82 0.64 0.2
HSL 346.43º 0.7% 0.47% -
HSV(B) 346.43º 0.82% 0.8% -
XYZ 26.77 14.59 7.88 -
YUV 90.56 118.66 208.91 -
System Red Green Blue C M Y K H S L
Decimal 204 36 74 0 0.82 0.64 0.2 346.43 0.7 0.47
Hex CC 24 4A 0 52 40 14 15A 46 2F
Octal 314 44 112 0 122 100 24 532 106 57
Binary 11001100 100100 1001010 0 1010010 1000000 10100 101011010 1000110 101111

Color Harmonies of #CC244A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC244A

Black with #CC244A

Text Example


Text Example

White with #CC244A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC244A; }

 p { color: rgb(204,36,74); }

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

background-color css

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

 a { background-color: rgb(204,36,74); }

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

border-color css

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

 span { border-color: rgb(204,36,74); }

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