Html Css Color HEX #D5372E Persian Red

📋 copy color: '#D5372E'

red 213 ◦ green 55 ◦ blue 46

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

Shades of Persian Red #D5372E

Tints of Persian Red #D5372E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.52%

 BLUE value IS 46 (18.36% from 255) = 14.65%

R = 67.83%
G = 17.52%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D5372E (or 0xD5372E) is known color: Persian Red. HEX triplet: D5, 37 and 2E. RGB value is (213,55,46). Sum of RGB (Red+Green+Blue) = 213+55+46=314 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.83% from 314); Green value is 55 (21.88% from 255 or 17.52% from 314); Blue value is 46 (18.36% from 255 or 14.65% from 314); Max value from RGB is 213 - color contains mainly: red. Hex color #D5372E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5372E is #2AC8D1. Grayscale: #656565. Windows color (decimal): -2803922 or 3028949. OLE color: 3028949.

HSL color Cylindrical-coordinate representation of color #D5372E: hue angle of 3.23º degrees, saturation: 0.67, 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 #D5372E is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 55 46 -
CMYK 0 0.74 0.78 0.16
HSL 3.23º 0.67% 0.51% -
HSV(B) 3.23º 0.78% 0.84% -
XYZ 29.3 17.08 4.34 -
YUV 101.22 96.85 207.73 -
System Red Green Blue C M Y K H S L
Decimal 213 55 46 0 0.74 0.78 0.16 3.23 0.67 0.51
Hex D5 37 2E 0 4A 4E 10 3 43 33
Octal 325 67 56 0 112 116 20 3 103 63
Binary 11010101 110111 101110 0 1001010 1001110 10000 11 1000011 110011

Color Harmonies of #D5372E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5372E

Black with #D5372E

Text Example


Text Example

White with #D5372E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5372E; }

 p { color: rgb(213,55,46); }

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

background-color css

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

 a { background-color: rgb(213,55,46); }

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

border-color css

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

 span { border-color: rgb(213,55,46); }

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