Html Css Color HEX #D93028 Persian Red

📋 copy color: '#D93028'

red 217 ◦ green 48 ◦ blue 40

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

Shades of Persian Red #D93028

Tints of Persian Red #D93028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.11%

R = 71.15%
G = 15.74%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D93028 (or 0xD93028) is known color: Persian Red. HEX triplet: D9, 30 and 28. RGB value is (217,48,40). Sum of RGB (Red+Green+Blue) = 217+48+40=305 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.15% from 305); Green value is 48 (19.14% from 255 or 15.74% from 305); Blue value is 40 (16.02% from 255 or 13.11% from 305); Max value from RGB is 217 - color contains mainly: red. Hex color #D93028 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93028 is #26CFD7. Grayscale: #616161. Windows color (decimal): -2543576 or 2633945. OLE color: 2633945.

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

Color convert

RGB 217 48 40 -
CMYK 0 0.78 0.82 0.15
HSL 2.71º 0.7% 0.5% -
HSV(B) 2.71º 0.82% 0.85% -
XYZ 30.06 17.02 3.71 -
YUV 97.62 95.49 213.15 -
System Red Green Blue C M Y K H S L
Decimal 217 48 40 0 0.78 0.82 0.15 2.71 0.7 0.5
Hex D9 30 28 0 4E 52 F 3 46 32
Octal 331 60 50 0 116 122 17 3 106 62
Binary 11011001 110000 101000 0 1001110 1010010 1111 11 1000110 110010

Color Harmonies of #D93028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93028

Black with #D93028

Text Example


Text Example

White with #D93028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93028; }

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

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

background-color css

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

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

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

border-color css

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

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

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