Html Css Color HEX #D93330 Persian Red

📋 copy color: '#D93330'

red 217 ◦ green 51 ◦ blue 48

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

Shades of Persian Red #D93330

Tints of Persian Red #D93330

RGB

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

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

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

R = 68.67%
G = 16.14%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D93330 (or 0xD93330) is known color: Persian Red. HEX triplet: D9, 33 and 30. RGB value is (217,51,48). Sum of RGB (Red+Green+Blue) = 217+51+48=316 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.67% from 316); Green value is 51 (20.31% from 255 or 16.14% from 316); Blue value is 48 (19.14% from 255 or 15.19% from 316); Max value from RGB is 217 - color contains mainly: red. Hex color #D93330 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93330 is #26CCCF. Grayscale: #646464. Windows color (decimal): -2542800 or 3159001. OLE color: 3159001.

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

Color convert

RGB 217 51 48 -
CMYK 0 0.76 0.78 0.15
HSL 1.07º 0.69% 0.52% -
HSV(B) 1.07º 0.78% 0.85% -
XYZ 30.33 17.33 4.54 -
YUV 100.29 98.5 211.24 -
System Red Green Blue C M Y K H S L
Decimal 217 51 48 0 0.76 0.78 0.15 1.07 0.69 0.52
Hex D9 33 30 0 4C 4E F 1 45 34
Octal 331 63 60 0 114 116 17 1 105 64
Binary 11011001 110011 110000 0 1001100 1001110 1111 1 1000101 110100

Color Harmonies of #D93330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93330

Black with #D93330

Text Example


Text Example

White with #D93330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93330; }

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

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

background-color css

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

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

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

border-color css

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

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

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