Html Css Color HEX #CC2541 Brick Red

📋 copy color: '#CC2541'

red 204 ◦ green 37 ◦ blue 65

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

Shades of Brick Red #CC2541

Tints of Brick Red #CC2541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.24%

R = 66.67%
G = 12.09%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#CC2541 (or 0xCC2541) is known color: Brick Red. HEX triplet: CC, 25 and 41. RGB value is (204,37,65). Sum of RGB (Red+Green+Blue) = 204+37+65=306 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.67% from 306); Green value is 37 (14.84% from 255 or 12.09% from 306); Blue value is 65 (25.78% from 255 or 21.24% from 306); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2541 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2541 is #33DABE. Grayscale: #5A5A5A. Windows color (decimal): -3398335 or 4269516. OLE color: 4269516.

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

Color convert

RGB 204 37 65 -
CMYK 0 0.82 0.68 0.2
HSL 349.94º 0.69% 0.47% -
HSV(B) 349.94º 0.82% 0.8% -
XYZ 26.52 14.54 6.41 -
YUV 90.13 113.83 209.22 -
System Red Green Blue C M Y K H S L
Decimal 204 37 65 0 0.82 0.68 0.2 349.94 0.69 0.47
Hex CC 25 41 0 52 44 14 15E 45 2F
Octal 314 45 101 0 122 104 24 536 105 57
Binary 11001100 100101 1000001 0 1010010 1000100 10100 101011110 1000101 101111

Color Harmonies of #CC2541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2541

Black with #CC2541

Text Example


Text Example

White with #CC2541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2541; }

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

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

background-color css

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

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

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

border-color css

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

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

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