Html Css Color HEX #D72D2D Persian Red

📋 copy color: '#D72D2D'

red 215 ◦ green 45 ◦ blue 45

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

Shades of Persian Red #D72D2D

Tints of Persian Red #D72D2D

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.75%

 BLUE value IS 45 (17.97% from 255) = 14.75%

R = 70.49%
G = 14.75%
B = 14.75%

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

#D72D2D (or 0xD72D2D) is known color: Persian Red. HEX triplet: D7, 2D and 2D. RGB value is (215,45,45). Sum of RGB (Red+Green+Blue) = 215+45+45=305 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.49% from 305); Green value is 45 (17.97% from 255 or 14.75% from 305); Blue value is 45 (17.97% from 255 or 14.75% from 305); Max value from RGB is 215 - color contains mainly: red. Hex color #D72D2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72D2D is #28D2D2. Grayscale: #606060. Windows color (decimal): -2675411 or 2960855. OLE color: 2960855.

HSL color Cylindrical-coordinate representation of color #D72D2D: 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 #D72D2D is Cyan = 0, Magento = 0.79, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 45 45 -
CMYK 0 0.79 0.79 0.16
HSL 0.68% 0.51% -
HSV(B) 0.79% 0.84% -
XYZ 29.44 16.51 4.12 -
YUV 95.83 99.32 213 -
System Red Green Blue C M Y K H S L
Decimal 215 45 45 0 0.79 0.79 0.16 0 0.68 0.51
Hex D7 2D 2D 0 4F 4F 10 0 44 33
Octal 327 55 55 0 117 117 20 0 104 63
Binary 11010111 101101 101101 0 1001111 1001111 10000 0 1000100 110011

Color Harmonies of #D72D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72D2D

Black with #D72D2D

Text Example


Text Example

White with #D72D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72D2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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