Html Css Color HEX #CE313F Brick Red

📋 copy color: '#CE313F'

red 206 ◦ green 49 ◦ blue 63

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

Shades of Brick Red #CE313F

Tints of Brick Red #CE313F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.41%

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

R = 64.78%
G = 15.41%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CE313F (or 0xCE313F) is known color: Brick Red. HEX triplet: CE, 31 and 3F. RGB value is (206,49,63). Sum of RGB (Red+Green+Blue) = 206+49+63=318 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.78% from 318); Green value is 49 (19.53% from 255 or 15.41% from 318); Blue value is 63 (25% from 255 or 19.81% from 318); Max value from RGB is 206 - color contains mainly: red. Hex color #CE313F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE313F is #31CEC0. Grayscale: #616161. Windows color (decimal): -3264193 or 4141518. OLE color: 4141518.

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

Color convert

RGB 206 49 63 -
CMYK 0 0.76 0.69 0.19
HSL 354.65º 0.62% 0.5% -
HSV(B) 354.65º 0.76% 0.81% -
XYZ 27.45 15.68 6.28 -
YUV 97.54 108.51 205.36 -
System Red Green Blue C M Y K H S L
Decimal 206 49 63 0 0.76 0.69 0.19 354.65 0.62 0.5
Hex CE 31 3F 0 4C 45 13 163 3E 32
Octal 316 61 77 0 114 105 23 543 76 62
Binary 11001110 110001 111111 0 1001100 1000101 10011 101100011 111110 110010

Color Harmonies of #CE313F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE313F

Black with #CE313F

Text Example


Text Example

White with #CE313F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE313F; }

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

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

background-color css

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

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

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

border-color css

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

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

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