Html Css Color HEX #CE242F Mahogany

📋 copy color: '#CE242F'

red 206 ◦ green 36 ◦ blue 47

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

Shades of Mahogany #CE242F

Tints of Mahogany #CE242F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.46%

 BLUE value IS 47 (18.75% from 255) = 16.26%

R = 71.28%
G = 12.46%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CE242F (or 0xCE242F) is known color: Mahogany. HEX triplet: CE, 24 and 2F. RGB value is (206,36,47). Sum of RGB (Red+Green+Blue) = 206+36+47=289 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.28% from 289); Green value is 36 (14.45% from 255 or 12.46% from 289); Blue value is 47 (18.75% from 255 or 16.26% from 289); Max value from RGB is 206 - color contains mainly: red. Hex color #CE242F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE242F is #31DBD0. Grayscale: #585858. Windows color (decimal): -3267537 or 3089614. OLE color: 3089614.

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

Color convert

RGB 206 36 47 -
CMYK 0 0.83 0.77 0.19
HSL 356.12º 0.7% 0.47% -
HSV(B) 356.12º 0.83% 0.81% -
XYZ 26.6 14.59 4.1 -
YUV 88.08 104.82 212.11 -
System Red Green Blue C M Y K H S L
Decimal 206 36 47 0 0.83 0.77 0.19 356.12 0.7 0.47
Hex CE 24 2F 0 53 4D 13 164 46 2F
Octal 316 44 57 0 123 115 23 544 106 57
Binary 11001110 100100 101111 0 1010011 1001101 10011 101100100 1000110 101111

Color Harmonies of #CE242F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE242F

Black with #CE242F

Text Example


Text Example

White with #CE242F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE242F; }

 p { color: rgb(206,36,47); }

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

background-color css

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

 a { background-color: rgb(206,36,47); }

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

border-color css

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

 span { border-color: rgb(206,36,47); }

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