Html Css Color HEX #D72F2B Persian Red

📋 copy color: '#D72F2B'

red 215 ◦ green 47 ◦ blue 43

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

Shades of Persian Red #D72F2B

Tints of Persian Red #D72F2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.1%

R = 70.49%
G = 15.41%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.8

 K value IS 0.16

RGB Variations

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

Color information

#D72F2B (or 0xD72F2B) is known color: Persian Red. HEX triplet: D7, 2F and 2B. RGB value is (215,47,43). Sum of RGB (Red+Green+Blue) = 215+47+43=305 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.49% from 305); Green value is 47 (18.75% from 255 or 15.41% from 305); Blue value is 43 (17.19% from 255 or 14.10% from 305); Max value from RGB is 215 - color contains mainly: red. Hex color #D72F2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72F2B is #28D0D4. Grayscale: #606060. Windows color (decimal): -2674901 or 2830295. OLE color: 2830295.

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

Color convert

RGB 215 47 43 -
CMYK 0 0.78 0.8 0.16
HSL 1.4º 0.68% 0.51% -
HSV(B) 1.4º 0.8% 0.84% -
XYZ 29.48 16.65 3.95 -
YUV 96.78 97.66 212.33 -
System Red Green Blue C M Y K H S L
Decimal 215 47 43 0 0.78 0.8 0.16 1.4 0.68 0.51
Hex D7 2F 2B 0 4E 50 10 1 44 33
Octal 327 57 53 0 116 120 20 1 104 63
Binary 11010111 101111 101011 0 1001110 1010000 10000 1 1000100 110011

Color Harmonies of #D72F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72F2B

Black with #D72F2B

Text Example


Text Example

White with #D72F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72F2B; }

 p { color: rgb(215,47,43); }

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

background-color css

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

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

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

border-color css

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

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

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