Html Css Color HEX #CE262F Mahogany

📋 copy color: '#CE262F'

red 206 ◦ green 38 ◦ blue 47

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

Shades of Mahogany #CE262F

Tints of Mahogany #CE262F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.06%

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

R = 70.79%
G = 13.06%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CE262F (or 0xCE262F) is known color: Mahogany. HEX triplet: CE, 26 and 2F. RGB value is (206,38,47). Sum of RGB (Red+Green+Blue) = 206+38+47=291 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.79% from 291); Green value is 38 (15.23% from 255 or 13.06% from 291); Blue value is 47 (18.75% from 255 or 16.15% from 291); Max value from RGB is 206 - color contains mainly: red. Hex color #CE262F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE262F is #31D9D0. Grayscale: #595959. Windows color (decimal): -3267025 or 3090126. OLE color: 3090126.

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

Color convert

RGB 206 38 47 -
CMYK 0 0.82 0.77 0.19
HSL 356.79º 0.69% 0.48% -
HSV(B) 356.79º 0.82% 0.81% -
XYZ 26.66 14.71 4.12 -
YUV 89.26 104.16 211.27 -
System Red Green Blue C M Y K H S L
Decimal 206 38 47 0 0.82 0.77 0.19 356.79 0.69 0.48
Hex CE 26 2F 0 52 4D 13 165 45 30
Octal 316 46 57 0 122 115 23 545 105 60
Binary 11001110 100110 101111 0 1010010 1001101 10011 101100101 1000101 110000

Color Harmonies of #CE262F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE262F

Black with #CE262F

Text Example


Text Example

White with #CE262F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE262F; }

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

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

background-color css

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

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

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

border-color css

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

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

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