Html Css Color HEX #D93130 Persian Red

📋 copy color: '#D93130'

red 217 ◦ green 49 ◦ blue 48

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

Shades of Persian Red #D93130

Tints of Persian Red #D93130

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.61%

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

R = 69.11%
G = 15.61%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D93130 (or 0xD93130) is known color: Persian Red. HEX triplet: D9, 31 and 30. RGB value is (217,49,48). Sum of RGB (Red+Green+Blue) = 217+49+48=314 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.11% from 314); Green value is 49 (19.53% from 255 or 15.61% from 314); Blue value is 48 (19.14% from 255 or 15.29% from 314); Max value from RGB is 217 - color contains mainly: red. Hex color #D93130 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93130 is #26CECF. Grayscale: #636363. Windows color (decimal): -2543312 or 3158489. OLE color: 3158489.

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

Color convert

RGB 217 49 48 -
CMYK 0 0.77 0.78 0.15
HSL 0.36º 0.69% 0.52% -
HSV(B) 0.36º 0.78% 0.85% -
XYZ 30.25 17.16 4.51 -
YUV 99.12 99.16 212.08 -
System Red Green Blue C M Y K H S L
Decimal 217 49 48 0 0.77 0.78 0.15 0.36 0.69 0.52
Hex D9 31 30 0 4D 4E F 0 45 34
Octal 331 61 60 0 115 116 17 0 105 64
Binary 11011001 110001 110000 0 1001101 1001110 1111 0 1000101 110100

Color Harmonies of #D93130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93130

Black with #D93130

Text Example


Text Example

White with #D93130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93130; }

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

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

background-color css

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

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

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

border-color css

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

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

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