Html Css Color HEX #CE3446 Brick Red

📋 copy color: '#CE3446'

red 206 ◦ green 52 ◦ blue 70

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

Shades of Brick Red #CE3446

Tints of Brick Red #CE3446

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.85%

 BLUE value IS 70 (27.73% from 255) = 21.34%

R = 62.8%
G = 15.85%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CE3446 (or 0xCE3446) is known color: Brick Red. HEX triplet: CE, 34 and 46. RGB value is (206,52,70). Sum of RGB (Red+Green+Blue) = 206+52+70=328 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.80% from 328); Green value is 52 (20.70% from 255 or 15.85% from 328); Blue value is 70 (27.73% from 255 or 21.34% from 328); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3446 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3446 is #31CBB9. Grayscale: #646464. Windows color (decimal): -3263418 or 4601038. OLE color: 4601038.

HSL color Cylindrical-coordinate representation of color #CE3446: hue angle of 352.99º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CE3446 is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 52 70 -
CMYK 0 0.75 0.66 0.19
HSL 352.99º 0.61% 0.51% -
HSV(B) 352.99º 0.75% 0.81% -
XYZ 27.79 16.02 7.42 -
YUV 100.1 111.02 203.54 -
System Red Green Blue C M Y K H S L
Decimal 206 52 70 0 0.75 0.66 0.19 352.99 0.61 0.51
Hex CE 34 46 0 4B 42 13 161 3D 33
Octal 316 64 106 0 113 102 23 541 75 63
Binary 11001110 110100 1000110 0 1001011 1000010 10011 101100001 111101 110011

Color Harmonies of #CE3446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3446

Black with #CE3446

Text Example


Text Example

White with #CE3446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3446; }

 p { color: rgb(206,52,70); }

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

background-color css

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

 a { background-color: rgb(206,52,70); }

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

border-color css

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

 span { border-color: rgb(206,52,70); }

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