Html Css Color HEX #CE3541 Brick Red

📋 copy color: '#CE3541'

red 206 ◦ green 53 ◦ blue 65

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

Shades of Brick Red #CE3541

Tints of Brick Red #CE3541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 20.06%

R = 63.58%
G = 16.36%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CE3541 (or 0xCE3541) is known color: Brick Red. HEX triplet: CE, 35 and 41. RGB value is (206,53,65). Sum of RGB (Red+Green+Blue) = 206+53+65=324 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.58% from 324); Green value is 53 (21.09% from 255 or 16.36% from 324); Blue value is 65 (25.78% from 255 or 20.06% from 324); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3541 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3541 is #31CABE. Grayscale: #646464. Windows color (decimal): -3263167 or 4273614. OLE color: 4273614.

HSL color Cylindrical-coordinate representation of color #CE3541: hue angle of 355.29º 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 #CE3541 is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 53 65 -
CMYK 0 0.74 0.68 0.19
HSL 355.29º 0.61% 0.51% -
HSV(B) 355.29º 0.74% 0.81% -
XYZ 27.68 16.05 6.64 -
YUV 100.12 108.19 203.52 -
System Red Green Blue C M Y K H S L
Decimal 206 53 65 0 0.74 0.68 0.19 355.29 0.61 0.51
Hex CE 35 41 0 4A 44 13 163 3D 33
Octal 316 65 101 0 112 104 23 543 75 63
Binary 11001110 110101 1000001 0 1001010 1000100 10011 101100011 111101 110011

Color Harmonies of #CE3541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3541

Black with #CE3541

Text Example


Text Example

White with #CE3541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3541; }

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

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

background-color css

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

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

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

border-color css

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

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

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