Html Css Color HEX #D93029 Persian Red

📋 copy color: '#D93029'

red 217 ◦ green 48 ◦ blue 41

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

Shades of Persian Red #D93029

Tints of Persian Red #D93029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.4%

R = 70.92%
G = 15.69%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D93029 (or 0xD93029) is known color: Persian Red. HEX triplet: D9, 30 and 29. RGB value is (217,48,41). Sum of RGB (Red+Green+Blue) = 217+48+41=306 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.92% from 306); Green value is 48 (19.14% from 255 or 15.69% from 306); Blue value is 41 (16.41% from 255 or 13.40% from 306); Max value from RGB is 217 - color contains mainly: red. Hex color #D93029 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93029 is #26CFD6. Grayscale: #616161. Windows color (decimal): -2543575 or 2699481. OLE color: 2699481.

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

Color convert

RGB 217 48 41 -
CMYK 0 0.78 0.81 0.15
HSL 2.39º 0.7% 0.51% -
HSV(B) 2.39º 0.81% 0.85% -
XYZ 30.07 17.03 3.8 -
YUV 97.73 95.99 213.07 -
System Red Green Blue C M Y K H S L
Decimal 217 48 41 0 0.78 0.81 0.15 2.39 0.7 0.51
Hex D9 30 29 0 4E 51 F 2 46 33
Octal 331 60 51 0 116 121 17 2 106 63
Binary 11011001 110000 101001 0 1001110 1010001 1111 10 1000110 110011

Color Harmonies of #D93029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93029

Black with #D93029

Text Example


Text Example

White with #D93029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93029; }

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

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

background-color css

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

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

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

border-color css

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

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

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