Html Css Color HEX #D93129 Persian Red

📋 copy color: '#D93129'

red 217 ◦ green 49 ◦ blue 41

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

Shades of Persian Red #D93129

Tints of Persian Red #D93129

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.96%

 BLUE value IS 41 (16.41% from 255) = 13.36%

R = 70.68%
G = 15.96%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D93129 (or 0xD93129) is known color: Persian Red. HEX triplet: D9, 31 and 29. RGB value is (217,49,41). Sum of RGB (Red+Green+Blue) = 217+49+41=307 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.68% from 307); Green value is 49 (19.53% from 255 or 15.96% from 307); Blue value is 41 (16.41% from 255 or 13.36% from 307); Max value from RGB is 217 - color contains mainly: red. Hex color #D93129 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93129 is #26CED6. Grayscale: #626262. Windows color (decimal): -2543319 or 2699737. OLE color: 2699737.

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

Color convert

RGB 217 49 41 -
CMYK 0 0.77 0.81 0.15
HSL 2.73º 0.7% 0.51% -
HSV(B) 2.73º 0.81% 0.85% -
XYZ 30.11 17.11 3.81 -
YUV 98.32 95.66 212.65 -
System Red Green Blue C M Y K H S L
Decimal 217 49 41 0 0.77 0.81 0.15 2.73 0.7 0.51
Hex D9 31 29 0 4D 51 F 3 46 33
Octal 331 61 51 0 115 121 17 3 106 63
Binary 11011001 110001 101001 0 1001101 1010001 1111 11 1000110 110011

Color Harmonies of #D93129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93129

Black with #D93129

Text Example


Text Example

White with #D93129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93129; }

 p { color: rgb(217,49,41); }

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

background-color css

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

 a { background-color: rgb(217,49,41); }

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

border-color css

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

 span { border-color: rgb(217,49,41); }

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