Html Css Color HEX #D93323 Persian Red

📋 copy color: '#D93323'

red 217 ◦ green 51 ◦ blue 35

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

Shades of Persian Red #D93323

Tints of Persian Red #D93323

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.83%

 BLUE value IS 35 (14.06% from 255) = 11.55%

R = 71.62%
G = 16.83%
B = 11.55%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#D93323 (or 0xD93323) is known color: Persian Red. HEX triplet: D9, 33 and 23. RGB value is (217,51,35). Sum of RGB (Red+Green+Blue) = 217+51+35=303 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.62% from 303); Green value is 51 (20.31% from 255 or 16.83% from 303); Blue value is 35 (14.06% from 255 or 11.55% from 303); Max value from RGB is 217 - color contains mainly: red. Hex color #D93323 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93323 is #26CCDC. Grayscale: #636363. Windows color (decimal): -2542813 or 2307033. OLE color: 2307033.

HSL color Cylindrical-coordinate representation of color #D93323: hue angle of 5.27º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D93323 is Cyan = 0, Magento = 0.76, Yellow = 0.84 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 51 35 -
CMYK 0 0.76 0.84 0.15
HSL 5.27º 0.72% 0.49% -
HSV(B) 5.27º 0.84% 0.85% -
XYZ 30.1 17.24 3.33 -
YUV 98.81 92 212.3 -
System Red Green Blue C M Y K H S L
Decimal 217 51 35 0 0.76 0.84 0.15 5.27 0.72 0.49
Hex D9 33 23 0 4C 54 F 5 48 31
Octal 331 63 43 0 114 124 17 5 110 61
Binary 11011001 110011 100011 0 1001100 1010100 1111 101 1001000 110001

Color Harmonies of #D93323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93323

Black with #D93323

Text Example


Text Example

White with #D93323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93323; }

 p { color: rgb(217,51,35); }

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

background-color css

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

 a { background-color: rgb(217,51,35); }

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

border-color css

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

 span { border-color: rgb(217,51,35); }

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