Html Css Color HEX #D92E2E Persian Red

📋 copy color: '#D92E2E'

red 217 ◦ green 46 ◦ blue 46

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

Shades of Persian Red #D92E2E

Tints of Persian Red #D92E2E

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.89%

 BLUE value IS 46 (18.36% from 255) = 14.89%

R = 70.23%
G = 14.89%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D92E2E (or 0xD92E2E) is known color: Persian Red. HEX triplet: D9, 2E and 2E. RGB value is (217,46,46). Sum of RGB (Red+Green+Blue) = 217+46+46=309 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.23% from 309); Green value is 46 (18.36% from 255 or 14.89% from 309); Blue value is 46 (18.36% from 255 or 14.89% from 309); Max value from RGB is 217 - color contains mainly: red. Hex color #D92E2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92E2E is #26D1D1. Grayscale: #616161. Windows color (decimal): -2544082 or 3026649. OLE color: 3026649.

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

Color convert

RGB 217 46 46 -
CMYK 0 0.79 0.79 0.15
HSL 0.69% 0.52% -
HSV(B) 0.79% 0.85% -
XYZ 30.09 16.9 4.26 -
YUV 97.13 99.15 213.5 -
System Red Green Blue C M Y K H S L
Decimal 217 46 46 0 0.79 0.79 0.15 0 0.69 0.52
Hex D9 2E 2E 0 4F 4F F 0 45 34
Octal 331 56 56 0 117 117 17 0 105 64
Binary 11011001 101110 101110 0 1001111 1001111 1111 0 1000101 110100

Color Harmonies of #D92E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92E2E

Black with #D92E2E

Text Example


Text Example

White with #D92E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92E2E; }

 p { color: rgb(217,46,46); }

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

background-color css

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

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

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

border-color css

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

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

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