Html Css Color HEX #CE262A Mahogany

📋 copy color: '#CE262A'

red 206 ◦ green 38 ◦ blue 42

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

Shades of Mahogany #CE262A

Tints of Mahogany #CE262A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.69%

R = 72.03%
G = 13.29%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CE262A (or 0xCE262A) is known color: Mahogany. HEX triplet: CE, 26 and 2A. RGB value is (206,38,42). Sum of RGB (Red+Green+Blue) = 206+38+42=286 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.03% from 286); Green value is 38 (15.23% from 255 or 13.29% from 286); Blue value is 42 (16.80% from 255 or 14.69% from 286); Max value from RGB is 206 - color contains mainly: red. Hex color #CE262A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE262A is #31D9D5. Grayscale: #585858. Windows color (decimal): -3267030 or 2762446. OLE color: 2762446.

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

Color convert

RGB 206 38 42 -
CMYK 0 0.82 0.80 0.19
HSL 358.57º 0.69% 0.48% -
HSV(B) 358.57º 0.82% 0.81% -
XYZ 26.56 14.68 3.62 -
YUV 88.69 101.66 211.67 -
System Red Green Blue C M Y K H S L
Decimal 206 38 42 0 0.82 0.80 0.19 358.57 0.69 0.48
Hex CE 26 2A 0 52 50 13 167 45 30
Octal 316 46 52 0 122 120 23 547 105 60
Binary 11001110 100110 101010 0 1010010 1010000 10011 101100111 1000101 110000

Color Harmonies of #CE262A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE262A

Black with #CE262A

Text Example


Text Example

White with #CE262A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE262A; }

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

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

background-color css

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

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

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

border-color css

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

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

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