Html Css Color HEX #CC2739 Brick Red

📋 copy color: '#CC2739'

red 204 ◦ green 39 ◦ blue 57

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

Shades of Brick Red #CC2739

Tints of Brick Red #CC2739

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 19%

R = 68%
G = 13%
B = 19%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.72

 K value IS 0.2

RGB Variations

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

Color information

#CC2739 (or 0xCC2739) is known color: Brick Red. HEX triplet: CC, 27 and 39. RGB value is (204,39,57). Sum of RGB (Red+Green+Blue) = 204+39+57=300 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68% from 300); Green value is 39 (15.62% from 255 or 13% from 300); Blue value is 57 (22.66% from 255 or 19% from 300); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2739 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2739 is #33D8C6. Grayscale: #5A5A5A. Windows color (decimal): -3397831 or 3745740. OLE color: 3745740.

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

Color convert

RGB 204 39 57 -
CMYK 0 0.81 0.72 0.2
HSL 353.45º 0.68% 0.48% -
HSV(B) 353.45º 0.81% 0.8% -
XYZ 26.37 14.58 5.3 -
YUV 90.39 109.16 209.04 -
System Red Green Blue C M Y K H S L
Decimal 204 39 57 0 0.81 0.72 0.2 353.45 0.68 0.48
Hex CC 27 39 0 51 48 14 161 44 30
Octal 314 47 71 0 121 110 24 541 104 60
Binary 11001100 100111 111001 0 1010001 1001000 10100 101100001 1000100 110000

Color Harmonies of #CC2739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2739

Black with #CC2739

Text Example


Text Example

White with #CC2739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2739; }

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

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

background-color css

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

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

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

border-color css

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

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

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