Html Css Color HEX #D52F30 Mahogany

📋 copy color: '#D52F30'

red 213 ◦ green 47 ◦ blue 48

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

Shades of Mahogany #D52F30

Tints of Mahogany #D52F30

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.26%

 BLUE value IS 48 (19.14% from 255) = 15.58%

R = 69.16%
G = 15.26%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D52F30 (or 0xD52F30) is known color: Mahogany. HEX triplet: D5, 2F and 30. RGB value is (213,47,48). Sum of RGB (Red+Green+Blue) = 213+47+48=308 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.16% from 308); Green value is 47 (18.75% from 255 or 15.26% from 308); Blue value is 48 (19.14% from 255 or 15.58% from 308); Max value from RGB is 213 - color contains mainly: red. Hex color #D52F30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52F30 is #2AD0CF. Grayscale: #606060. Windows color (decimal): -2805968 or 3157973. OLE color: 3157973.

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

Color convert

RGB 213 47 48 -
CMYK 0 0.78 0.77 0.16
HSL 359.64º 0.66% 0.51% -
HSV(B) 359.64º 0.78% 0.84% -
XYZ 28.99 16.39 4.43 -
YUV 96.75 100.5 210.92 -
System Red Green Blue C M Y K H S L
Decimal 213 47 48 0 0.78 0.77 0.16 359.64 0.66 0.51
Hex D5 2F 30 0 4E 4D 10 168 42 33
Octal 325 57 60 0 116 115 20 550 102 63
Binary 11010101 101111 110000 0 1001110 1001101 10000 101101000 1000010 110011

Color Harmonies of #D52F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52F30

Black with #D52F30

Text Example


Text Example

White with #D52F30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52F30; }

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

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

background-color css

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

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

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

border-color css

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

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

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