Html Css Color HEX #D93030 Persian Red

📋 copy color: '#D93030'

red 217 ◦ green 48 ◦ blue 48

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

Shades of Persian Red #D93030

Tints of Persian Red #D93030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.34%

R = 69.33%
G = 15.34%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D93030 (or 0xD93030) is known color: Persian Red. HEX triplet: D9, 30 and 30. RGB value is (217,48,48). Sum of RGB (Red+Green+Blue) = 217+48+48=313 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.33% from 313); Green value is 48 (19.14% from 255 or 15.34% from 313); Blue value is 48 (19.14% from 255 or 15.34% from 313); Max value from RGB is 217 - color contains mainly: red. Hex color #D93030 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93030 is #26CFCF. Grayscale: #626262. Windows color (decimal): -2543568 or 3158233. OLE color: 3158233.

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

Color convert

RGB 217 48 48 -
CMYK 0 0.78 0.78 0.15
HSL 0.69% 0.52% -
HSV(B) 0.78% 0.85% -
XYZ 30.21 17.08 4.5 -
YUV 98.53 99.49 212.5 -
System Red Green Blue C M Y K H S L
Decimal 217 48 48 0 0.78 0.78 0.15 0 0.69 0.52
Hex D9 30 30 0 4E 4E F 0 45 34
Octal 331 60 60 0 116 116 17 0 105 64
Binary 11011001 110000 110000 0 1001110 1001110 1111 0 1000101 110100

Color Harmonies of #D93030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93030

Black with #D93030

Text Example


Text Example

White with #D93030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93030; }

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

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

background-color css

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

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

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

border-color css

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

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

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