Html Css Color HEX #CE394B Brick Red

📋 copy color: '#CE394B'

red 206 ◦ green 57 ◦ blue 75

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

Shades of Brick Red #CE394B

Tints of Brick Red #CE394B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.86%

 BLUE value IS 75 (29.69% from 255) = 22.19%

R = 60.95%
G = 16.86%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CE394B (or 0xCE394B) is known color: Brick Red. HEX triplet: CE, 39 and 4B. RGB value is (206,57,75). Sum of RGB (Red+Green+Blue) = 206+57+75=338 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.95% from 338); Green value is 57 (22.66% from 255 or 16.86% from 338); Blue value is 75 (29.69% from 255 or 22.19% from 338); Max value from RGB is 206 - color contains mainly: red. Hex color #CE394B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE394B is #31C6B4. Grayscale: #676767. Windows color (decimal): -3262133 or 4929998. OLE color: 4929998.

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

Color convert

RGB 206 57 75 -
CMYK 0 0.72 0.64 0.19
HSL 352.75º 0.6% 0.52% -
HSV(B) 352.75º 0.72% 0.81% -
XYZ 28.19 16.56 8.37 -
YUV 103.6 111.86 201.04 -
System Red Green Blue C M Y K H S L
Decimal 206 57 75 0 0.72 0.64 0.19 352.75 0.6 0.52
Hex CE 39 4B 0 48 40 13 161 3C 34
Octal 316 71 113 0 110 100 23 541 74 64
Binary 11001110 111001 1001011 0 1001000 1000000 10011 101100001 111100 110100

Color Harmonies of #CE394B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE394B

Black with #CE394B

Text Example


Text Example

White with #CE394B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE394B; }

 p { color: rgb(206,57,75); }

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

background-color css

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

 a { background-color: rgb(206,57,75); }

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

border-color css

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

 span { border-color: rgb(206,57,75); }

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