Html Css Color HEX #D93228 Persian Red

📋 copy color: '#D93228'

red 217 ◦ green 50 ◦ blue 40

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

Shades of Persian Red #D93228

Tints of Persian Red #D93228

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.29%

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

R = 70.68%
G = 16.29%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D93228 (or 0xD93228) is known color: Persian Red. HEX triplet: D9, 32 and 28. RGB value is (217,50,40). Sum of RGB (Red+Green+Blue) = 217+50+40=307 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.68% from 307); Green value is 50 (19.92% from 255 or 16.29% from 307); Blue value is 40 (16.02% from 255 or 13.03% from 307); Max value from RGB is 217 - color contains mainly: red. Hex color #D93228 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93228 is #26CDD7. Grayscale: #636363. Windows color (decimal): -2543064 or 2634457. OLE color: 2634457.

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

Color convert

RGB 217 50 40 -
CMYK 0 0.77 0.82 0.15
HSL 3.39º 0.7% 0.5% -
HSV(B) 3.39º 0.82% 0.85% -
XYZ 30.14 17.19 3.74 -
YUV 98.79 94.83 212.31 -
System Red Green Blue C M Y K H S L
Decimal 217 50 40 0 0.77 0.82 0.15 3.39 0.7 0.5
Hex D9 32 28 0 4D 52 F 3 46 32
Octal 331 62 50 0 115 122 17 3 106 62
Binary 11011001 110010 101000 0 1001101 1010010 1111 11 1000110 110010

Color Harmonies of #D93228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93228

Black with #D93228

Text Example


Text Example

White with #D93228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93228; }

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

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

background-color css

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

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

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

border-color css

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

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

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