Html Css Color HEX #D93432 Persian Red

📋 copy color: '#D93432'

red 217 ◦ green 52 ◦ blue 50

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

Shades of Persian Red #D93432

Tints of Persian Red #D93432

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.3%

 BLUE value IS 50 (19.92% from 255) = 15.67%

R = 68.03%
G = 16.3%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D93432 (or 0xD93432) is known color: Persian Red. HEX triplet: D9, 34 and 32. RGB value is (217,52,50). Sum of RGB (Red+Green+Blue) = 217+52+50=319 (42% of max value = 765). Red value is 217 (85.16% from 255 or 68.03% from 319); Green value is 52 (20.70% from 255 or 16.30% from 319); Blue value is 50 (19.92% from 255 or 15.67% from 319); Max value from RGB is 217 - color contains mainly: red. Hex color #D93432 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93432 is #26CBCD. Grayscale: #656565. Windows color (decimal): -2542542 or 3290329. OLE color: 3290329.

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

Color convert

RGB 217 52 50 -
CMYK 0 0.76 0.77 0.15
HSL 0.72º 0.69% 0.52% -
HSV(B) 0.72º 0.77% 0.85% -
XYZ 30.42 17.44 4.78 -
YUV 101.11 99.16 210.66 -
System Red Green Blue C M Y K H S L
Decimal 217 52 50 0 0.76 0.77 0.15 0.72 0.69 0.52
Hex D9 34 32 0 4C 4D F 1 45 34
Octal 331 64 62 0 114 115 17 1 105 64
Binary 11011001 110100 110010 0 1001100 1001101 1111 1 1000101 110100

Color Harmonies of #D93432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93432

Black with #D93432

Text Example


Text Example

White with #D93432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93432; }

 p { color: rgb(217,52,50); }

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

background-color css

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

 a { background-color: rgb(217,52,50); }

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

border-color css

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

 span { border-color: rgb(217,52,50); }

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