Html Css Color HEX #D93328 Persian Red

📋 copy color: '#D93328'

red 217 ◦ green 51 ◦ blue 40

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

Shades of Persian Red #D93328

Tints of Persian Red #D93328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.99%

R = 70.45%
G = 16.56%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D93328 (or 0xD93328) is known color: Persian Red. HEX triplet: D9, 33 and 28. RGB value is (217,51,40). Sum of RGB (Red+Green+Blue) = 217+51+40=308 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.45% from 308); Green value is 51 (20.31% from 255 or 16.56% from 308); Blue value is 40 (16.02% from 255 or 12.99% from 308); Max value from RGB is 217 - color contains mainly: red. Hex color #D93328 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93328 is #26CCD7. Grayscale: #636363. Windows color (decimal): -2542808 or 2634713. OLE color: 2634713.

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

Color convert

RGB 217 51 40 -
CMYK 0 0.76 0.82 0.15
HSL 3.73º 0.7% 0.5% -
HSV(B) 3.73º 0.82% 0.85% -
XYZ 30.18 17.27 3.75 -
YUV 99.38 94.5 211.89 -
System Red Green Blue C M Y K H S L
Decimal 217 51 40 0 0.76 0.82 0.15 3.73 0.7 0.5
Hex D9 33 28 0 4C 52 F 4 46 32
Octal 331 63 50 0 114 122 17 4 106 62
Binary 11011001 110011 101000 0 1001100 1010010 1111 100 1000110 110010

Color Harmonies of #D93328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93328

Black with #D93328

Text Example


Text Example

White with #D93328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93328; }

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

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

background-color css

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

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

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

border-color css

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

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

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