Html Css Color HEX #D92A26 Persian Red

📋 copy color: '#D92A26'

red 217 ◦ green 42 ◦ blue 38

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

Shades of Persian Red #D92A26

Tints of Persian Red #D92A26

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.14%

 BLUE value IS 38 (15.23% from 255) = 12.79%

R = 73.06%
G = 14.14%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D92A26 (or 0xD92A26) is known color: Persian Red. HEX triplet: D9, 2A and 26. RGB value is (217,42,38). Sum of RGB (Red+Green+Blue) = 217+42+38=297 (39% of max value = 765). Red value is 217 (85.16% from 255 or 73.06% from 297); Green value is 42 (16.80% from 255 or 14.14% from 297); Blue value is 38 (15.23% from 255 or 12.79% from 297); Max value from RGB is 217 - color contains mainly: red. Hex color #D92A26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92A26 is #26D5D9. Grayscale: #5E5E5E. Windows color (decimal): -2545114 or 2501337. OLE color: 2501337.

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

Color convert

RGB 217 42 38 -
CMYK 0 0.81 0.82 0.15
HSL 1.34º 0.7% 0.5% -
HSV(B) 1.34º 0.82% 0.85% -
XYZ 29.79 16.55 3.46 -
YUV 93.87 96.48 215.83 -
System Red Green Blue C M Y K H S L
Decimal 217 42 38 0 0.81 0.82 0.15 1.34 0.7 0.5
Hex D9 2A 26 0 51 52 F 1 46 32
Octal 331 52 46 0 121 122 17 1 106 62
Binary 11011001 101010 100110 0 1010001 1010010 1111 1 1000110 110010

Color Harmonies of #D92A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92A26

Black with #D92A26

Text Example


Text Example

White with #D92A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92A26; }

 p { color: rgb(217,42,38); }

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

background-color css

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

 a { background-color: rgb(217,42,38); }

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

border-color css

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

 span { border-color: rgb(217,42,38); }

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