Html Css Color HEX #CC2545 Brick Red

📋 copy color: '#CC2545'

red 204 ◦ green 37 ◦ blue 69

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

Shades of Brick Red #CC2545

Tints of Brick Red #CC2545

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.94%

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

R = 65.81%
G = 11.94%
B = 22.26%

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

#CC2545 (or 0xCC2545) is known color: Brick Red. HEX triplet: CC, 25 and 45. RGB value is (204,37,69). Sum of RGB (Red+Green+Blue) = 204+37+69=310 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.81% from 310); Green value is 37 (14.84% from 255 or 11.94% from 310); Blue value is 69 (27.34% from 255 or 22.26% from 310); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2545 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2545 is #33DABA. Grayscale: #5A5A5A. Windows color (decimal): -3398331 or 4531660. OLE color: 4531660.

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

Color convert

RGB 204 37 69 -
CMYK 0 0.82 0.66 0.2
HSL 348.5º 0.69% 0.47% -
HSV(B) 348.5º 0.82% 0.8% -
XYZ 26.64 14.59 7.04 -
YUV 90.58 115.83 208.9 -
System Red Green Blue C M Y K H S L
Decimal 204 37 69 0 0.82 0.66 0.2 348.5 0.69 0.47
Hex CC 25 45 0 52 42 14 15D 45 2F
Octal 314 45 105 0 122 102 24 535 105 57
Binary 11001100 100101 1000101 0 1010010 1000010 10100 101011101 1000101 101111

Color Harmonies of #CC2545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2545

Black with #CC2545

Text Example


Text Example

White with #CC2545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2545; }

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

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

background-color css

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

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

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

border-color css

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

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

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