Html Css Color HEX #D93426 Persian Red

📋 copy color: '#D93426'

red 217 ◦ green 52 ◦ blue 38

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

Shades of Persian Red #D93426

Tints of Persian Red #D93426

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.38%

R = 70.68%
G = 16.94%
B = 12.38%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D93426 (or 0xD93426) is known color: Persian Red. HEX triplet: D9, 34 and 26. RGB value is (217,52,38). Sum of RGB (Red+Green+Blue) = 217+52+38=307 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.68% from 307); Green value is 52 (20.70% from 255 or 16.94% from 307); Blue value is 38 (15.23% from 255 or 12.38% from 307); Max value from RGB is 217 - color contains mainly: red. Hex color #D93426 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93426 is #26CBD9. Grayscale: #636363. Windows color (decimal): -2542554 or 2503897. OLE color: 2503897.

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

Color convert

RGB 217 52 38 -
CMYK 0 0.76 0.82 0.15
HSL 4.69º 0.7% 0.5% -
HSV(B) 4.69º 0.82% 0.85% -
XYZ 30.19 17.35 3.59 -
YUV 99.74 93.16 211.64 -
System Red Green Blue C M Y K H S L
Decimal 217 52 38 0 0.76 0.82 0.15 4.69 0.7 0.5
Hex D9 34 26 0 4C 52 F 5 46 32
Octal 331 64 46 0 114 122 17 5 106 62
Binary 11011001 110100 100110 0 1001100 1010010 1111 101 1000110 110010

Color Harmonies of #D93426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93426

Black with #D93426

Text Example


Text Example

White with #D93426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93426; }

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

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

background-color css

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

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

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

border-color css

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

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

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