Html Css Color HEX #D93429 Persian Red

📋 copy color: '#D93429'

red 217 ◦ green 52 ◦ blue 41

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

Shades of Persian Red #D93429

Tints of Persian Red #D93429

RGB

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

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

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

R = 70%
G = 16.77%
B = 13.23%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D93429 (or 0xD93429) is known color: Persian Red. HEX triplet: D9, 34 and 29. RGB value is (217,52,41). Sum of RGB (Red+Green+Blue) = 217+52+41=310 (41% of max value = 765). Red value is 217 (85.16% from 255 or 70% from 310); Green value is 52 (20.70% from 255 or 16.77% from 310); Blue value is 41 (16.41% from 255 or 13.23% from 310); Max value from RGB is 217 - color contains mainly: red. Hex color #D93429 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93429 is #26CBD6. Grayscale: #646464. Windows color (decimal): -2542551 or 2700505. OLE color: 2700505.

HSL color Cylindrical-coordinate representation of color #D93429: hue angle of 3.75º 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 #D93429 is Cyan = 0, Magento = 0.76, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 52 41 -
CMYK 0 0.76 0.81 0.15
HSL 3.75º 0.7% 0.51% -
HSV(B) 3.75º 0.81% 0.85% -
XYZ 30.24 17.37 3.86 -
YUV 100.08 94.66 211.39 -
System Red Green Blue C M Y K H S L
Decimal 217 52 41 0 0.76 0.81 0.15 3.75 0.7 0.51
Hex D9 34 29 0 4C 51 F 4 46 33
Octal 331 64 51 0 114 121 17 4 106 63
Binary 11011001 110100 101001 0 1001100 1010001 1111 100 1000110 110011

Color Harmonies of #D93429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93429

Black with #D93429

Text Example


Text Example

White with #D93429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93429; }

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

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

background-color css

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

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

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

border-color css

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

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

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