Html Css Color HEX #CE252B Mahogany

📋 copy color: '#CE252B'

red 206 ◦ green 37 ◦ blue 43

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

Shades of Mahogany #CE252B

Tints of Mahogany #CE252B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.03%

R = 72.03%
G = 12.94%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#CE252B (or 0xCE252B) is known color: Mahogany. HEX triplet: CE, 25 and 2B. RGB value is (206,37,43). Sum of RGB (Red+Green+Blue) = 206+37+43=286 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.03% from 286); Green value is 37 (14.84% from 255 or 12.94% from 286); Blue value is 43 (17.19% from 255 or 15.03% from 286); Max value from RGB is 206 - color contains mainly: red. Hex color #CE252B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE252B is #31DAD4. Grayscale: #585858. Windows color (decimal): -3267285 or 2827726. OLE color: 2827726.

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

Color convert

RGB 206 37 43 -
CMYK 0 0.82 0.79 0.19
HSL 357.87º 0.7% 0.48% -
HSV(B) 357.87º 0.82% 0.81% -
XYZ 26.55 14.62 3.71 -
YUV 88.22 102.49 212.01 -
System Red Green Blue C M Y K H S L
Decimal 206 37 43 0 0.82 0.79 0.19 357.87 0.7 0.48
Hex CE 25 2B 0 52 4F 13 166 46 30
Octal 316 45 53 0 122 117 23 546 106 60
Binary 11001110 100101 101011 0 1010010 1001111 10011 101100110 1000110 110000

Color Harmonies of #CE252B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE252B

Black with #CE252B

Text Example


Text Example

White with #CE252B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE252B; }

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

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

background-color css

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

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

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

border-color css

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

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

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