Html Css Color HEX #CC2842 Brick Red

📋 copy color: '#CC2842'

red 204 ◦ green 40 ◦ blue 66

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

Shades of Brick Red #CC2842

Tints of Brick Red #CC2842

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.9%

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

R = 65.81%
G = 12.9%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#CC2842 (or 0xCC2842) is known color: Brick Red. HEX triplet: CC, 28 and 42. RGB value is (204,40,66). Sum of RGB (Red+Green+Blue) = 204+40+66=310 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.81% from 310); Green value is 40 (16.02% from 255 or 12.90% from 310); Blue value is 66 (26.17% from 255 or 21.29% from 310); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2842 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2842 is #33D7BD. Grayscale: #5C5C5C. Windows color (decimal): -3397566 or 4335820. OLE color: 4335820.

HSL color Cylindrical-coordinate representation of color #CC2842: hue angle of 350.49º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CC2842 is Cyan = 0, Magento = 0.80, Yellow = 0.68 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 40 66 -
CMYK 0 0.80 0.68 0.2
HSL 350.49º 0.67% 0.48% -
HSV(B) 350.49º 0.8% 0.8% -
XYZ 26.64 14.75 6.6 -
YUV 92 113.33 207.89 -
System Red Green Blue C M Y K H S L
Decimal 204 40 66 0 0.80 0.68 0.2 350.49 0.67 0.48
Hex CC 28 42 0 50 44 14 15E 43 30
Octal 314 50 102 0 120 104 24 536 103 60
Binary 11001100 101000 1000010 0 1010000 1000100 10100 101011110 1000011 110000

Color Harmonies of #CC2842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2842

Black with #CC2842

Text Example


Text Example

White with #CC2842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2842; }

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

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

background-color css

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

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

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

border-color css

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

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

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