Html Css Color HEX #D93025 Persian Red

📋 copy color: '#D93025'

red 217 ◦ green 48 ◦ blue 37

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

Shades of Persian Red #D93025

Tints of Persian Red #D93025

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.89%

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

R = 71.85%
G = 15.89%
B = 12.25%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#D93025 (or 0xD93025) is known color: Persian Red. HEX triplet: D9, 30 and 25. RGB value is (217,48,37). Sum of RGB (Red+Green+Blue) = 217+48+37=302 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.85% from 302); Green value is 48 (19.14% from 255 or 15.89% from 302); Blue value is 37 (14.84% from 255 or 12.25% from 302); Max value from RGB is 217 - color contains mainly: red. Hex color #D93025 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93025 is #26CFDA. Grayscale: #616161. Windows color (decimal): -2543579 or 2437337. OLE color: 2437337.

HSL color Cylindrical-coordinate representation of color #D93025: hue angle of 3.67º 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 #D93025 is Cyan = 0, Magento = 0.78, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 48 37 -
CMYK 0 0.78 0.83 0.15
HSL 3.67º 0.71% 0.5% -
HSV(B) 3.67º 0.83% 0.85% -
XYZ 30.01 17 3.45 -
YUV 97.28 93.99 213.39 -
System Red Green Blue C M Y K H S L
Decimal 217 48 37 0 0.78 0.83 0.15 3.67 0.71 0.5
Hex D9 30 25 0 4E 53 F 4 47 32
Octal 331 60 45 0 116 123 17 4 107 62
Binary 11011001 110000 100101 0 1001110 1010011 1111 100 1000111 110010

Color Harmonies of #D93025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93025

Black with #D93025

Text Example


Text Example

White with #D93025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93025; }

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

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

background-color css

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

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

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

border-color css

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

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

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