Html Css Color HEX #D2333D Mahogany

📋 copy color: '#D2333D'

red 210 ◦ green 51 ◦ blue 61

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

Shades of Mahogany #D2333D

Tints of Mahogany #D2333D

RGB

 RED value IS 210 (82.42% from 255) = 65.22%

 GREEN value IS 51 (20.31% from 255) = 15.84%

 BLUE value IS 61 (24.22% from 255) = 18.94%

R = 65.22%
G = 15.84%
B = 18.94%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D2333D (or 0xD2333D) is known color: Mahogany. HEX triplet: D2, 33 and 3D. RGB value is (210,51,61). Sum of RGB (Red+Green+Blue) = 210+51+61=322 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.22% from 322); Green value is 51 (20.31% from 255 or 15.84% from 322); Blue value is 61 (24.22% from 255 or 18.94% from 322); Max value from RGB is 210 - color contains mainly: red. Hex color #D2333D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2333D is #2DCCC2. Grayscale: #636363. Windows color (decimal): -3001539 or 4010962. OLE color: 4010962.

HSL color Cylindrical-coordinate representation of color #D2333D: hue angle of 356.23º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D2333D is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 51 61 -
CMYK 0 0.76 0.71 0.18
HSL 356.23º 0.64% 0.51% -
HSV(B) 356.23º 0.76% 0.82% -
XYZ 28.6 16.41 6.07 -
YUV 99.68 106.18 206.69 -
System Red Green Blue C M Y K H S L
Decimal 210 51 61 0 0.76 0.71 0.18 356.23 0.64 0.51
Hex D2 33 3D 0 4C 47 12 164 40 33
Octal 322 63 75 0 114 107 22 544 100 63
Binary 11010010 110011 111101 0 1001100 1000111 10010 101100100 1000000 110011

Color Harmonies of #D2333D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2333D

Black with #D2333D

Text Example


Text Example

White with #D2333D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2333D; }

 p { color: rgb(210,51,61); }

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

background-color css

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

 a { background-color: rgb(210,51,61); }

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

border-color css

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

 span { border-color: rgb(210,51,61); }

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