Html Css Color HEX #D93629 Persian Red

📋 copy color: '#D93629'

red 217 ◦ green 54 ◦ blue 41

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

Shades of Persian Red #D93629

Tints of Persian Red #D93629

RGB

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

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

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

R = 69.55%
G = 17.31%
B = 13.14%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D93629 (or 0xD93629) is known color: Persian Red. HEX triplet: D9, 36 and 29. RGB value is (217,54,41). Sum of RGB (Red+Green+Blue) = 217+54+41=312 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.55% from 312); Green value is 54 (21.48% from 255 or 17.31% from 312); Blue value is 41 (16.41% from 255 or 13.14% from 312); Max value from RGB is 217 - color contains mainly: red. Hex color #D93629 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93629 is #26C9D6. Grayscale: #656565. Windows color (decimal): -2542039 or 2701017. OLE color: 2701017.

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

Color convert

RGB 217 54 41 -
CMYK 0 0.75 0.81 0.15
HSL 4.43º 0.7% 0.51% -
HSV(B) 4.43º 0.81% 0.85% -
XYZ 30.33 17.55 3.89 -
YUV 101.26 94 210.56 -
System Red Green Blue C M Y K H S L
Decimal 217 54 41 0 0.75 0.81 0.15 4.43 0.7 0.51
Hex D9 36 29 0 4B 51 F 4 46 33
Octal 331 66 51 0 113 121 17 4 106 63
Binary 11011001 110110 101001 0 1001011 1010001 1111 100 1000110 110011

Color Harmonies of #D93629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93629

Black with #D93629

Text Example


Text Example

White with #D93629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93629; }

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

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

background-color css

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

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

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

border-color css

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

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

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