Html Css Color HEX #CC2445 Brick Red

📋 copy color: '#CC2445'

red 204 ◦ green 36 ◦ blue 69

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

Shades of Brick Red #CC2445

Tints of Brick Red #CC2445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 22.33%

R = 66.02%
G = 11.65%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.66

 K value IS 0.2

RGB Variations

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

Color information

#CC2445 (or 0xCC2445) is known color: Brick Red. HEX triplet: CC, 24 and 45. RGB value is (204,36,69). Sum of RGB (Red+Green+Blue) = 204+36+69=309 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.02% from 309); Green value is 36 (14.45% from 255 or 11.65% from 309); Blue value is 69 (27.34% from 255 or 22.33% from 309); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2445 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2445 is #33DBBA. Grayscale: #5A5A5A. Windows color (decimal): -3398587 or 4531404. OLE color: 4531404.

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

Color convert

RGB 204 36 69 -
CMYK 0 0.82 0.66 0.2
HSL 348.21º 0.7% 0.47% -
HSV(B) 348.21º 0.82% 0.8% -
XYZ 26.61 14.53 7.03 -
YUV 89.99 116.16 209.32 -
System Red Green Blue C M Y K H S L
Decimal 204 36 69 0 0.82 0.66 0.2 348.21 0.7 0.47
Hex CC 24 45 0 52 42 14 15C 46 2F
Octal 314 44 105 0 122 102 24 534 106 57
Binary 11001100 100100 1000101 0 1010010 1000010 10100 101011100 1000110 101111

Color Harmonies of #CC2445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2445

Black with #CC2445

Text Example


Text Example

White with #CC2445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2445; }

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

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

background-color css

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

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

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

border-color css

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

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

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