Html Css Color HEX #D72E2E Persian Red

📋 copy color: '#D72E2E'

red 215 ◦ green 46 ◦ blue 46

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

Shades of Persian Red #D72E2E

Tints of Persian Red #D72E2E

RGB

 RED value IS 215 (84.38% from 255) = 70.03%

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

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

R = 70.03%
G = 14.98%
B = 14.98%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D72E2E (or 0xD72E2E) is known color: Persian Red. HEX triplet: D7, 2E and 2E. RGB value is (215,46,46). Sum of RGB (Red+Green+Blue) = 215+46+46=307 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.03% from 307); Green value is 46 (18.36% from 255 or 14.98% from 307); Blue value is 46 (18.36% from 255 or 14.98% from 307); Max value from RGB is 215 - color contains mainly: red. Hex color #D72E2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72E2E is #28D1D1. Grayscale: #606060. Windows color (decimal): -2675154 or 3026647. OLE color: 3026647.

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

Color convert

RGB 215 46 46 -
CMYK 0 0.79 0.79 0.16
HSL 0.68% 0.51% -
HSV(B) 0.79% 0.84% -
XYZ 29.49 16.6 4.23 -
YUV 96.53 99.49 212.5 -
System Red Green Blue C M Y K H S L
Decimal 215 46 46 0 0.79 0.79 0.16 0 0.68 0.51
Hex D7 2E 2E 0 4F 4F 10 0 44 33
Octal 327 56 56 0 117 117 20 0 104 63
Binary 11010111 101110 101110 0 1001111 1001111 10000 0 1000100 110011

Color Harmonies of #D72E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72E2E

Black with #D72E2E

Text Example


Text Example

White with #D72E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72E2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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