Html Css Color HEX #CC2540 Brick Red

📋 copy color: '#CC2540'

red 204 ◦ green 37 ◦ blue 64

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

Shades of Brick Red #CC2540

Tints of Brick Red #CC2540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 20.98%

R = 66.89%
G = 12.13%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CC2540 (or 0xCC2540) is known color: Brick Red. HEX triplet: CC, 25 and 40. RGB value is (204,37,64). Sum of RGB (Red+Green+Blue) = 204+37+64=305 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.89% from 305); Green value is 37 (14.84% from 255 or 12.13% from 305); Blue value is 64 (25.39% from 255 or 20.98% from 305); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2540 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2540 is #33DABF. Grayscale: #5A5A5A. Windows color (decimal): -3398336 or 4203980. OLE color: 4203980.

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

Color convert

RGB 204 37 64 -
CMYK 0 0.82 0.69 0.2
HSL 350.3º 0.69% 0.47% -
HSV(B) 350.3º 0.82% 0.8% -
XYZ 26.49 14.53 6.26 -
YUV 90.01 113.33 209.3 -
System Red Green Blue C M Y K H S L
Decimal 204 37 64 0 0.82 0.69 0.2 350.3 0.69 0.47
Hex CC 25 40 0 52 45 14 15E 45 2F
Octal 314 45 100 0 122 105 24 536 105 57
Binary 11001100 100101 1000000 0 1010010 1000101 10100 101011110 1000101 101111

Color Harmonies of #CC2540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2540

Black with #CC2540

Text Example


Text Example

White with #CC2540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2540; }

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

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

background-color css

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

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

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

border-color css

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

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

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