Html Css Color HEX #D93425 Persian Red

📋 copy color: '#D93425'

red 217 ◦ green 52 ◦ blue 37

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

Shades of Persian Red #D93425

Tints of Persian Red #D93425

RGB

 RED value IS 217 (85.16% from 255) = 70.92%

 GREEN value IS 52 (20.7% from 255) = 16.99%

 BLUE value IS 37 (14.84% from 255) = 12.09%

R = 70.92%
G = 16.99%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#D93425 (or 0xD93425) is known color: Persian Red. HEX triplet: D9, 34 and 25. RGB value is (217,52,37). Sum of RGB (Red+Green+Blue) = 217+52+37=306 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.92% from 306); Green value is 52 (20.70% from 255 or 16.99% from 306); Blue value is 37 (14.84% from 255 or 12.09% from 306); Max value from RGB is 217 - color contains mainly: red. Hex color #D93425 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93425 is #26CBDA. Grayscale: #636363. Windows color (decimal): -2542555 or 2438361. OLE color: 2438361.

HSL color Cylindrical-coordinate representation of color #D93425: hue angle of 5º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D93425 is Cyan = 0, Magento = 0.76, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 52 37 -
CMYK 0 0.76 0.83 0.15
HSL 0.71% 0.5% -
HSV(B) 0.83% 0.85% -
XYZ 30.18 17.34 3.51 -
YUV 99.63 92.66 211.72 -
System Red Green Blue C M Y K H S L
Decimal 217 52 37 0 0.76 0.83 0.15 5 0.71 0.5
Hex D9 34 25 0 4C 53 F 5 47 32
Octal 331 64 45 0 114 123 17 5 107 62
Binary 11011001 110100 100101 0 1001100 1010011 1111 101 1000111 110010

Color Harmonies of #D93425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93425

Black with #D93425

Text Example


Text Example

White with #D93425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93425; }

 p { color: rgb(217,52,37); }

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

background-color css

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

 a { background-color: rgb(217,52,37); }

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

border-color css

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

 span { border-color: rgb(217,52,37); }

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