Html Css Color HEX #CE323F Brick Red

📋 copy color: '#CE323F'

red 206 ◦ green 50 ◦ blue 63

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

Shades of Brick Red #CE323F

Tints of Brick Red #CE323F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.67%

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

R = 64.58%
G = 15.67%
B = 19.75%

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

#CE323F (or 0xCE323F) is known color: Brick Red. HEX triplet: CE, 32 and 3F. RGB value is (206,50,63). Sum of RGB (Red+Green+Blue) = 206+50+63=319 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.58% from 319); Green value is 50 (19.92% from 255 or 15.67% from 319); Blue value is 63 (25% from 255 or 19.75% from 319); Max value from RGB is 206 - color contains mainly: red. Hex color #CE323F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE323F is #31CDC0. Grayscale: #626262. Windows color (decimal): -3263937 or 4141774. OLE color: 4141774.

HSL color Cylindrical-coordinate representation of color #CE323F: hue angle of 355º degrees, saturation: 0.61, 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 #CE323F is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 50 63 -
CMYK 0 0.76 0.69 0.19
HSL 355º 0.61% 0.5% -
HSV(B) 355º 0.76% 0.81% -
XYZ 27.49 15.76 6.3 -
YUV 98.13 108.18 204.94 -
System Red Green Blue C M Y K H S L
Decimal 206 50 63 0 0.76 0.69 0.19 355 0.61 0.5
Hex CE 32 3F 0 4C 45 13 163 3D 32
Octal 316 62 77 0 114 105 23 543 75 62
Binary 11001110 110010 111111 0 1001100 1000101 10011 101100011 111101 110010

Color Harmonies of #CE323F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE323F

Black with #CE323F

Text Example


Text Example

White with #CE323F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE323F; }

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

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

background-color css

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

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

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

border-color css

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

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

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