Html Css Color HEX #CE2D3D Brick Red

📋 copy color: '#CE2D3D'

red 206 ◦ green 45 ◦ blue 61

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

Shades of Brick Red #CE2D3D

Tints of Brick Red #CE2D3D

RGB

 RED value IS 206 (80.86% from 255) = 66.03%

 GREEN value IS 45 (17.97% from 255) = 14.42%

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

R = 66.03%
G = 14.42%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CE2D3D (or 0xCE2D3D) is known color: Brick Red. HEX triplet: CE, 2D and 3D. RGB value is (206,45,61). Sum of RGB (Red+Green+Blue) = 206+45+61=312 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.03% from 312); Green value is 45 (17.97% from 255 or 14.42% from 312); Blue value is 61 (24.22% from 255 or 19.55% from 312); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2D3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2D3D is #31D2C2. Grayscale: #5F5F5F. Windows color (decimal): -3265219 or 4009422. OLE color: 4009422.

HSL color Cylindrical-coordinate representation of color #CE2D3D: hue angle of 354.04º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE2D3D is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 45 61 -
CMYK 0 0.78 0.70 0.19
HSL 354.04º 0.64% 0.49% -
HSV(B) 354.04º 0.78% 0.81% -
XYZ 27.23 15.34 5.94 -
YUV 94.96 108.84 207.2 -
System Red Green Blue C M Y K H S L
Decimal 206 45 61 0 0.78 0.70 0.19 354.04 0.64 0.49
Hex CE 2D 3D 0 4E 46 13 162 40 31
Octal 316 55 75 0 116 106 23 542 100 61
Binary 11001110 101101 111101 0 1001110 1000110 10011 101100010 1000000 110001

Color Harmonies of #CE2D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2D3D

Black with #CE2D3D

Text Example


Text Example

White with #CE2D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2D3D; }

 p { color: rgb(206,45,61); }

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

background-color css

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

 a { background-color: rgb(206,45,61); }

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

border-color css

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

 span { border-color: rgb(206,45,61); }

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