Html Css Color HEX #CE2C3F Brick Red

📋 copy color: '#CE2C3F'

red 206 ◦ green 44 ◦ blue 63

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

Shades of Brick Red #CE2C3F

Tints of Brick Red #CE2C3F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.06%

 BLUE value IS 63 (25% from 255) = 20.13%

R = 65.81%
G = 14.06%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CE2C3F (or 0xCE2C3F) is known color: Brick Red. HEX triplet: CE, 2C and 3F. RGB value is (206,44,63). Sum of RGB (Red+Green+Blue) = 206+44+63=313 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.81% from 313); Green value is 44 (17.58% from 255 or 14.06% from 313); Blue value is 63 (25% from 255 or 20.13% from 313); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2C3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2C3F is #31D3C0. Grayscale: #5E5E5E. Windows color (decimal): -3265473 or 4140238. OLE color: 4140238.

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

Color convert

RGB 206 44 63 -
CMYK 0 0.79 0.69 0.19
HSL 352.96º 0.65% 0.49% -
HSV(B) 352.96º 0.79% 0.81% -
XYZ 27.25 15.28 6.22 -
YUV 94.6 110.17 207.46 -
System Red Green Blue C M Y K H S L
Decimal 206 44 63 0 0.79 0.69 0.19 352.96 0.65 0.49
Hex CE 2C 3F 0 4F 45 13 161 41 31
Octal 316 54 77 0 117 105 23 541 101 61
Binary 11001110 101100 111111 0 1001111 1000101 10011 101100001 1000001 110001

Color Harmonies of #CE2C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2C3F

Black with #CE2C3F

Text Example


Text Example

White with #CE2C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2C3F; }

 p { color: rgb(206,44,63); }

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

background-color css

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

 a { background-color: rgb(206,44,63); }

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

border-color css

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

 span { border-color: rgb(206,44,63); }

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