Html Css Color HEX #CC2742 Brick Red

📋 copy color: '#CC2742'

red 204 ◦ green 39 ◦ blue 66

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

Shades of Brick Red #CC2742

Tints of Brick Red #CC2742

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.62%

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

R = 66.02%
G = 12.62%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#CC2742 (or 0xCC2742) is known color: Brick Red. HEX triplet: CC, 27 and 42. RGB value is (204,39,66). Sum of RGB (Red+Green+Blue) = 204+39+66=309 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.02% from 309); Green value is 39 (15.62% from 255 or 12.62% from 309); Blue value is 66 (26.17% from 255 or 21.36% from 309); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2742 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2742 is #33D8BD. Grayscale: #5B5B5B. Windows color (decimal): -3397822 or 4335564. OLE color: 4335564.

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

Color convert

RGB 204 39 66 -
CMYK 0 0.81 0.68 0.2
HSL 350.18º 0.68% 0.48% -
HSV(B) 350.18º 0.81% 0.8% -
XYZ 26.61 14.68 6.59 -
YUV 91.41 113.66 208.3 -
System Red Green Blue C M Y K H S L
Decimal 204 39 66 0 0.81 0.68 0.2 350.18 0.68 0.48
Hex CC 27 42 0 51 44 14 15E 44 30
Octal 314 47 102 0 121 104 24 536 104 60
Binary 11001100 100111 1000010 0 1010001 1000100 10100 101011110 1000100 110000

Color Harmonies of #CC2742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2742

Black with #CC2742

Text Example


Text Example

White with #CC2742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2742; }

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

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

background-color css

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

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

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

border-color css

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

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

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