Html Css Color HEX #CC2542 Brick Red

📋 copy color: '#CC2542'

red 204 ◦ green 37 ◦ blue 66

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

Shades of Brick Red #CC2542

Tints of Brick Red #CC2542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.5%

R = 66.45%
G = 12.05%
B = 21.5%

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

#CC2542 (or 0xCC2542) is known color: Brick Red. HEX triplet: CC, 25 and 42. RGB value is (204,37,66). Sum of RGB (Red+Green+Blue) = 204+37+66=307 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.45% from 307); Green value is 37 (14.84% from 255 or 12.05% from 307); Blue value is 66 (26.17% from 255 or 21.50% from 307); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2542 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2542 is #33DABD. Grayscale: #5A5A5A. Windows color (decimal): -3398334 or 4335052. OLE color: 4335052.

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

Color convert

RGB 204 37 66 -
CMYK 0 0.82 0.68 0.2
HSL 349.58º 0.69% 0.47% -
HSV(B) 349.58º 0.82% 0.8% -
XYZ 26.55 14.55 6.56 -
YUV 90.24 114.33 209.14 -
System Red Green Blue C M Y K H S L
Decimal 204 37 66 0 0.82 0.68 0.2 349.58 0.69 0.47
Hex CC 25 42 0 52 44 14 15E 45 2F
Octal 314 45 102 0 122 104 24 536 105 57
Binary 11001100 100101 1000010 0 1010010 1000100 10100 101011110 1000101 101111

Color Harmonies of #CC2542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2542

Black with #CC2542

Text Example


Text Example

White with #CC2542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2542; }

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

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

background-color css

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

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

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

border-color css

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

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

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