Html Css Color HEX #CC224A Brick Red

📋 copy color: '#CC224A'

red 204 ◦ green 34 ◦ blue 74

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

Shades of Brick Red #CC224A

Tints of Brick Red #CC224A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.9%

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

R = 65.38%
G = 10.9%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CC224A (or 0xCC224A) is known color: Brick Red. HEX triplet: CC, 22 and 4A. RGB value is (204,34,74). Sum of RGB (Red+Green+Blue) = 204+34+74=312 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.38% from 312); Green value is 34 (13.67% from 255 or 10.90% from 312); Blue value is 74 (29.30% from 255 or 23.72% from 312); Max value from RGB is 204 - color contains mainly: red. Hex color #CC224A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC224A is #33DDB5. Grayscale: #595959. Windows color (decimal): -3399094 or 4858572. OLE color: 4858572.

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

Color convert

RGB 204 34 74 -
CMYK 0 0.83 0.64 0.2
HSL 345.88º 0.71% 0.47% -
HSV(B) 345.88º 0.83% 0.8% -
XYZ 26.71 14.48 7.86 -
YUV 89.39 119.32 209.75 -
System Red Green Blue C M Y K H S L
Decimal 204 34 74 0 0.83 0.64 0.2 345.88 0.71 0.47
Hex CC 22 4A 0 53 40 14 15A 47 2F
Octal 314 42 112 0 123 100 24 532 107 57
Binary 11001100 100010 1001010 0 1010011 1000000 10100 101011010 1000111 101111

Color Harmonies of #CC224A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC224A

Black with #CC224A

Text Example


Text Example

White with #CC224A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC224A; }

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

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

background-color css

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

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

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

border-color css

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

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

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