Html Css Color HEX #CC3E47 Brick Red

📋 copy color: '#CC3E47'

red 204 ◦ green 62 ◦ blue 71

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

Shades of Brick Red #CC3E47

Tints of Brick Red #CC3E47

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.4%

 BLUE value IS 71 (28.13% from 255) = 21.07%

R = 60.53%
G = 18.4%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#CC3E47 (or 0xCC3E47) is known color: Brick Red. HEX triplet: CC, 3E and 47. RGB value is (204,62,71). Sum of RGB (Red+Green+Blue) = 204+62+71=337 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.53% from 337); Green value is 62 (24.61% from 255 or 18.40% from 337); Blue value is 71 (28.12% from 255 or 21.07% from 337); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3E47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3E47 is #33C1B8. Grayscale: #696969. Windows color (decimal): -3391929 or 4669132. OLE color: 4669132.

HSL color Cylindrical-coordinate representation of color #CC3E47: hue angle of 356.2º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CC3E47 is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 62 71 -
CMYK 0 0.70 0.65 0.2
HSL 356.2º 0.58% 0.52% -
HSV(B) 356.2º 0.7% 0.8% -
XYZ 27.76 16.74 7.73 -
YUV 105.48 108.54 198.27 -
System Red Green Blue C M Y K H S L
Decimal 204 62 71 0 0.70 0.65 0.2 356.2 0.58 0.52
Hex CC 3E 47 0 46 41 14 164 3A 34
Octal 314 76 107 0 106 101 24 544 72 64
Binary 11001100 111110 1000111 0 1000110 1000001 10100 101100100 111010 110100

Color Harmonies of #CC3E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3E47

Black with #CC3E47

Text Example


Text Example

White with #CC3E47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3E47; }

 p { color: rgb(204,62,71); }

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

background-color css

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

 a { background-color: rgb(204,62,71); }

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

border-color css

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

 span { border-color: rgb(204,62,71); }

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