Html Css Color HEX #D93630 Persian Red

📋 copy color: '#D93630'

red 217 ◦ green 54 ◦ blue 48

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

Shades of Persian Red #D93630

Tints of Persian Red #D93630

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.93%

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

R = 68.03%
G = 16.93%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D93630 (or 0xD93630) is known color: Persian Red. HEX triplet: D9, 36 and 30. RGB value is (217,54,48). Sum of RGB (Red+Green+Blue) = 217+54+48=319 (42% of max value = 765). Red value is 217 (85.16% from 255 or 68.03% from 319); Green value is 54 (21.48% from 255 or 16.93% from 319); Blue value is 48 (19.14% from 255 or 15.05% from 319); Max value from RGB is 217 - color contains mainly: red. Hex color #D93630 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93630 is #26C9CF. Grayscale: #666666. Windows color (decimal): -2542032 or 3159769. OLE color: 3159769.

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

Color convert

RGB 217 54 48 -
CMYK 0 0.75 0.78 0.15
HSL 2.13º 0.69% 0.52% -
HSV(B) 2.13º 0.78% 0.85% -
XYZ 30.47 17.6 4.59 -
YUV 102.05 97.5 209.99 -
System Red Green Blue C M Y K H S L
Decimal 217 54 48 0 0.75 0.78 0.15 2.13 0.69 0.52
Hex D9 36 30 0 4B 4E F 2 45 34
Octal 331 66 60 0 113 116 17 2 105 64
Binary 11011001 110110 110000 0 1001011 1001110 1111 10 1000101 110100

Color Harmonies of #D93630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93630

Black with #D93630

Text Example


Text Example

White with #D93630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93630; }

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

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

background-color css

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

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

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

border-color css

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

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

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