Html Css Color HEX #D93325 Persian Red

📋 copy color: '#D93325'

red 217 ◦ green 51 ◦ blue 37

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

Shades of Persian Red #D93325

Tints of Persian Red #D93325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.13%

R = 71.15%
G = 16.72%
B = 12.13%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#D93325 (or 0xD93325) is known color: Persian Red. HEX triplet: D9, 33 and 25. RGB value is (217,51,37). Sum of RGB (Red+Green+Blue) = 217+51+37=305 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.15% from 305); Green value is 51 (20.31% from 255 or 16.72% from 305); Blue value is 37 (14.84% from 255 or 12.13% from 305); Max value from RGB is 217 - color contains mainly: red. Hex color #D93325 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93325 is #26CCDA. Grayscale: #636363. Windows color (decimal): -2542811 or 2438105. OLE color: 2438105.

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

Color convert

RGB 217 51 37 -
CMYK 0 0.76 0.83 0.15
HSL 4.67º 0.71% 0.5% -
HSV(B) 4.67º 0.83% 0.85% -
XYZ 30.13 17.25 3.49 -
YUV 99.04 93 212.14 -
System Red Green Blue C M Y K H S L
Decimal 217 51 37 0 0.76 0.83 0.15 4.67 0.71 0.5
Hex D9 33 25 0 4C 53 F 5 47 32
Octal 331 63 45 0 114 123 17 5 107 62
Binary 11011001 110011 100101 0 1001100 1010011 1111 101 1000111 110010

Color Harmonies of #D93325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93325

Black with #D93325

Text Example


Text Example

White with #D93325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93325; }

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

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

background-color css

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

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

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

border-color css

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

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

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