Html Css Color HEX #D72E2A Persian Red

📋 copy color: '#D72E2A'

red 215 ◦ green 46 ◦ blue 42

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

Shades of Persian Red #D72E2A

Tints of Persian Red #D72E2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.86%

R = 70.96%
G = 15.18%
B = 13.86%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D72E2A (or 0xD72E2A) is known color: Persian Red. HEX triplet: D7, 2E and 2A. RGB value is (215,46,42). Sum of RGB (Red+Green+Blue) = 215+46+42=303 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.96% from 303); Green value is 46 (18.36% from 255 or 15.18% from 303); Blue value is 42 (16.80% from 255 or 13.86% from 303); Max value from RGB is 215 - color contains mainly: red. Hex color #D72E2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72E2A is #28D1D5. Grayscale: #606060. Windows color (decimal): -2675158 or 2764503. OLE color: 2764503.

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

Color convert

RGB 215 46 42 -
CMYK 0 0.79 0.80 0.16
HSL 1.39º 0.68% 0.5% -
HSV(B) 1.39º 0.8% 0.84% -
XYZ 29.42 16.57 3.84 -
YUV 96.08 97.49 212.83 -
System Red Green Blue C M Y K H S L
Decimal 215 46 42 0 0.79 0.80 0.16 1.39 0.68 0.5
Hex D7 2E 2A 0 4F 50 10 1 44 32
Octal 327 56 52 0 117 120 20 1 104 62
Binary 11010111 101110 101010 0 1001111 1010000 10000 1 1000100 110010

Color Harmonies of #D72E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72E2A

Black with #D72E2A

Text Example


Text Example

White with #D72E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72E2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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