Html Css Color HEX #CE3546 Brick Red

📋 copy color: '#CE3546'

red 206 ◦ green 53 ◦ blue 70

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

Shades of Brick Red #CE3546

Tints of Brick Red #CE3546

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.11%

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

R = 62.61%
G = 16.11%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CE3546 (or 0xCE3546) is known color: Brick Red. HEX triplet: CE, 35 and 46. RGB value is (206,53,70). Sum of RGB (Red+Green+Blue) = 206+53+70=329 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.61% from 329); Green value is 53 (21.09% from 255 or 16.11% from 329); Blue value is 70 (27.73% from 255 or 21.28% from 329); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3546 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3546 is #31CAB9. Grayscale: #646464. Windows color (decimal): -3263162 or 4601294. OLE color: 4601294.

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

Color convert

RGB 206 53 70 -
CMYK 0 0.74 0.66 0.19
HSL 353.33º 0.61% 0.51% -
HSV(B) 353.33º 0.74% 0.81% -
XYZ 27.83 16.11 7.44 -
YUV 100.69 110.69 203.12 -
System Red Green Blue C M Y K H S L
Decimal 206 53 70 0 0.74 0.66 0.19 353.33 0.61 0.51
Hex CE 35 46 0 4A 42 13 161 3D 33
Octal 316 65 106 0 112 102 23 541 75 63
Binary 11001110 110101 1000110 0 1001010 1000010 10011 101100001 111101 110011

Color Harmonies of #CE3546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3546

Black with #CE3546

Text Example


Text Example

White with #CE3546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3546; }

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

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

background-color css

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

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

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

border-color css

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

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

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