Html Css Color HEX #CC2245 Brick Red

📋 copy color: '#CC2245'

red 204 ◦ green 34 ◦ blue 69

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

Shades of Brick Red #CC2245

Tints of Brick Red #CC2245

RGB

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

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

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

R = 66.45%
G = 11.07%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.66

 K value IS 0.2

RGB Variations

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

Color information

#CC2245 (or 0xCC2245) is known color: Brick Red. HEX triplet: CC, 22 and 45. RGB value is (204,34,69). Sum of RGB (Red+Green+Blue) = 204+34+69=307 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.45% from 307); Green value is 34 (13.67% from 255 or 11.07% from 307); Blue value is 69 (27.34% from 255 or 22.48% from 307); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2245 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2245 is #33DDBA. Grayscale: #585858. Windows color (decimal): -3399099 or 4530892. OLE color: 4530892.

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

Color convert

RGB 204 34 69 -
CMYK 0 0.83 0.66 0.2
HSL 347.65º 0.71% 0.47% -
HSV(B) 347.65º 0.83% 0.8% -
XYZ 26.55 14.41 7.01 -
YUV 88.82 116.82 210.15 -
System Red Green Blue C M Y K H S L
Decimal 204 34 69 0 0.83 0.66 0.2 347.65 0.71 0.47
Hex CC 22 45 0 53 42 14 15C 47 2F
Octal 314 42 105 0 123 102 24 534 107 57
Binary 11001100 100010 1000101 0 1010011 1000010 10100 101011100 1000111 101111

Color Harmonies of #CC2245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2245

Black with #CC2245

Text Example


Text Example

White with #CC2245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2245; }

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

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

background-color css

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

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

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

border-color css

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

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

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