Html Css Color HEX #D93625 Persian Red

📋 copy color: '#D93625'

red 217 ◦ green 54 ◦ blue 37

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

Shades of Persian Red #D93625

Tints of Persian Red #D93625

RGB

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

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

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

R = 70.45%
G = 17.53%
B = 12.01%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#D93625 (or 0xD93625) is known color: Persian Red. HEX triplet: D9, 36 and 25. RGB value is (217,54,37). Sum of RGB (Red+Green+Blue) = 217+54+37=308 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.45% from 308); Green value is 54 (21.48% from 255 or 17.53% from 308); Blue value is 37 (14.84% from 255 or 12.01% from 308); Max value from RGB is 217 - color contains mainly: red. Hex color #D93625 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93625 is #26C9DA. Grayscale: #656565. Windows color (decimal): -2542043 or 2438873. OLE color: 2438873.

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

Color convert

RGB 217 54 37 -
CMYK 0 0.75 0.83 0.15
HSL 5.67º 0.71% 0.5% -
HSV(B) 5.67º 0.83% 0.85% -
XYZ 30.27 17.52 3.54 -
YUV 100.8 92 210.88 -
System Red Green Blue C M Y K H S L
Decimal 217 54 37 0 0.75 0.83 0.15 5.67 0.71 0.5
Hex D9 36 25 0 4B 53 F 6 47 32
Octal 331 66 45 0 113 123 17 6 107 62
Binary 11011001 110110 100101 0 1001011 1010011 1111 110 1000111 110010

Color Harmonies of #D93625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93625

Black with #D93625

Text Example


Text Example

White with #D93625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93625; }

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

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

background-color css

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

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

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

border-color css

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

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

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