Html Css Color HEX #D93023 Persian Red

📋 copy color: '#D93023'

red 217 ◦ green 48 ◦ blue 35

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

Shades of Persian Red #D93023

Tints of Persian Red #D93023

RGB

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

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

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

R = 72.33%
G = 16%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#D93023 (or 0xD93023) is known color: Persian Red. HEX triplet: D9, 30 and 23. RGB value is (217,48,35). Sum of RGB (Red+Green+Blue) = 217+48+35=300 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.33% from 300); Green value is 48 (19.14% from 255 or 16% from 300); Blue value is 35 (14.06% from 255 or 11.67% from 300); Max value from RGB is 217 - color contains mainly: red. Hex color #D93023 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93023 is #26CFDC. Grayscale: #616161. Windows color (decimal): -2543581 or 2306265. OLE color: 2306265.

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

Color convert

RGB 217 48 35 -
CMYK 0 0.78 0.84 0.15
HSL 4.29º 0.72% 0.49% -
HSV(B) 4.29º 0.84% 0.85% -
XYZ 29.98 16.99 3.29 -
YUV 97.05 92.99 213.56 -
System Red Green Blue C M Y K H S L
Decimal 217 48 35 0 0.78 0.84 0.15 4.29 0.72 0.49
Hex D9 30 23 0 4E 54 F 4 48 31
Octal 331 60 43 0 116 124 17 4 110 61
Binary 11011001 110000 100011 0 1001110 1010100 1111 100 1001000 110001

Color Harmonies of #D93023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93023

Black with #D93023

Text Example


Text Example

White with #D93023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93023; }

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

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

background-color css

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

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

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

border-color css

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

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

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