Html Css Color HEX #CC2E3D Brick Red

📋 copy color: '#CC2E3D'

red 204 ◦ green 46 ◦ blue 61

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

Shades of Brick Red #CC2E3D

Tints of Brick Red #CC2E3D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.79%

 BLUE value IS 61 (24.22% from 255) = 19.61%

R = 65.59%
G = 14.79%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.70

 K value IS 0.2

RGB Variations

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

Color information

#CC2E3D (or 0xCC2E3D) is known color: Brick Red. HEX triplet: CC, 2E and 3D. RGB value is (204,46,61). Sum of RGB (Red+Green+Blue) = 204+46+61=311 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.59% from 311); Green value is 46 (18.36% from 255 or 14.79% from 311); Blue value is 61 (24.22% from 255 or 19.61% from 311); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2E3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2E3D is #33D1C2. Grayscale: #5F5F5F. Windows color (decimal): -3396035 or 4009676. OLE color: 4009676.

HSL color Cylindrical-coordinate representation of color #CC2E3D: hue angle of 354.3º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CC2E3D is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 46 61 -
CMYK 0 0.77 0.70 0.2
HSL 354.3º 0.63% 0.49% -
HSV(B) 354.3º 0.77% 0.8% -
XYZ 26.72 15.13 5.93 -
YUV 94.95 108.85 205.78 -
System Red Green Blue C M Y K H S L
Decimal 204 46 61 0 0.77 0.70 0.2 354.3 0.63 0.49
Hex CC 2E 3D 0 4D 46 14 162 3F 31
Octal 314 56 75 0 115 106 24 542 77 61
Binary 11001100 101110 111101 0 1001101 1000110 10100 101100010 111111 110001

Color Harmonies of #CC2E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2E3D

Black with #CC2E3D

Text Example


Text Example

White with #CC2E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2E3D; }

 p { color: rgb(204,46,61); }

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

background-color css

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

 a { background-color: rgb(204,46,61); }

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

border-color css

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

 span { border-color: rgb(204,46,61); }

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