Html Css Color HEX #D52C2F Mahogany

📋 copy color: '#D52C2F'

red 213 ◦ green 44 ◦ blue 47

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

Shades of Mahogany #D52C2F

Tints of Mahogany #D52C2F

RGB

 RED value IS 213 (83.59% from 255) = 70.07%

 GREEN value IS 44 (17.58% from 255) = 14.47%

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

R = 70.07%
G = 14.47%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D52C2F (or 0xD52C2F) is known color: Mahogany. HEX triplet: D5, 2C and 2F. RGB value is (213,44,47). Sum of RGB (Red+Green+Blue) = 213+44+47=304 (40% of max value = 765). Red value is 213 (83.59% from 255 or 70.07% from 304); Green value is 44 (17.58% from 255 or 14.47% from 304); Blue value is 47 (18.75% from 255 or 15.46% from 304); Max value from RGB is 213 - color contains mainly: red. Hex color #D52C2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52C2F is #2AD3D0. Grayscale: #5F5F5F. Windows color (decimal): -2806737 or 3091669. OLE color: 3091669.

HSL color Cylindrical-coordinate representation of color #D52C2F: hue angle of 358.93º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D52C2F is Cyan = 0, Magento = 0.79, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 44 47 -
CMYK 0 0.79 0.78 0.16
HSL 358.93º 0.67% 0.5% -
HSV(B) 358.93º 0.79% 0.84% -
XYZ 28.85 16.15 4.29 -
YUV 94.87 100.99 212.26 -
System Red Green Blue C M Y K H S L
Decimal 213 44 47 0 0.79 0.78 0.16 358.93 0.67 0.5
Hex D5 2C 2F 0 4F 4E 10 167 43 32
Octal 325 54 57 0 117 116 20 547 103 62
Binary 11010101 101100 101111 0 1001111 1001110 10000 101100111 1000011 110010

Color Harmonies of #D52C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52C2F

Black with #D52C2F

Text Example


Text Example

White with #D52C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52C2F; }

 p { color: rgb(213,44,47); }

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

background-color css

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

 a { background-color: rgb(213,44,47); }

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

border-color css

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

 span { border-color: rgb(213,44,47); }

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