Html Css Color HEX #CE2541 Brick Red

📋 copy color: '#CE2541'

red 206 ◦ green 37 ◦ blue 65

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

Shades of Brick Red #CE2541

Tints of Brick Red #CE2541

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.01%

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

R = 66.88%
G = 12.01%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CE2541 (or 0xCE2541) is known color: Brick Red. HEX triplet: CE, 25 and 41. RGB value is (206,37,65). Sum of RGB (Red+Green+Blue) = 206+37+65=308 (40% of max value = 765). Red value is 206 (80.86% from 255 or 66.88% from 308); Green value is 37 (14.84% from 255 or 12.01% from 308); Blue value is 65 (25.78% from 255 or 21.10% from 308); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2541 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2541 is #31DABE. Grayscale: #5A5A5A. Windows color (decimal): -3267263 or 4269518. OLE color: 4269518.

HSL color Cylindrical-coordinate representation of color #CE2541: hue angle of 350.06º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CE2541 is Cyan = 0, Magento = 0.82, Yellow = 0.68 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 37 65 -
CMYK 0 0.82 0.68 0.19
HSL 350.06º 0.7% 0.48% -
HSV(B) 350.06º 0.82% 0.81% -
XYZ 27.07 14.83 6.44 -
YUV 90.72 113.49 210.22 -
System Red Green Blue C M Y K H S L
Decimal 206 37 65 0 0.82 0.68 0.19 350.06 0.7 0.48
Hex CE 25 41 0 52 44 13 15E 46 30
Octal 316 45 101 0 122 104 23 536 106 60
Binary 11001110 100101 1000001 0 1010010 1000100 10011 101011110 1000110 110000

Color Harmonies of #CE2541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2541

Black with #CE2541

Text Example


Text Example

White with #CE2541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2541; }

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

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

background-color css

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

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

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

border-color css

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

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

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