Html Css Color HEX #D92F29 Persian Red

📋 copy color: '#D92F29'

red 217 ◦ green 47 ◦ blue 41

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

Shades of Persian Red #D92F29

Tints of Persian Red #D92F29

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.41%

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

R = 71.15%
G = 15.41%
B = 13.44%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D92F29 (or 0xD92F29) is known color: Persian Red. HEX triplet: D9, 2F and 29. RGB value is (217,47,41). Sum of RGB (Red+Green+Blue) = 217+47+41=305 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.15% from 305); Green value is 47 (18.75% from 255 or 15.41% from 305); Blue value is 41 (16.41% from 255 or 13.44% from 305); Max value from RGB is 217 - color contains mainly: red. Hex color #D92F29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92F29 is #26D0D6. Grayscale: #616161. Windows color (decimal): -2543831 or 2699225. OLE color: 2699225.

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

Color convert

RGB 217 47 41 -
CMYK 0 0.78 0.81 0.15
HSL 2.05º 0.7% 0.51% -
HSV(B) 2.05º 0.81% 0.85% -
XYZ 30.03 16.94 3.79 -
YUV 97.15 96.32 213.49 -
System Red Green Blue C M Y K H S L
Decimal 217 47 41 0 0.78 0.81 0.15 2.05 0.7 0.51
Hex D9 2F 29 0 4E 51 F 2 46 33
Octal 331 57 51 0 116 121 17 2 106 63
Binary 11011001 101111 101001 0 1001110 1010001 1111 10 1000110 110011

Color Harmonies of #D92F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92F29

Black with #D92F29

Text Example


Text Example

White with #D92F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92F29; }

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

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

background-color css

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

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

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

border-color css

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

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

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