Html Css Color HEX #D72C2B Persian Red

📋 copy color: '#D72C2B'

red 215 ◦ green 44 ◦ blue 43

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

Shades of Persian Red #D72C2B

Tints of Persian Red #D72C2B

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.57%

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

R = 71.19%
G = 14.57%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.8

 K value IS 0.16

RGB Variations

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

Color information

#D72C2B (or 0xD72C2B) is known color: Persian Red. HEX triplet: D7, 2C and 2B. RGB value is (215,44,43). Sum of RGB (Red+Green+Blue) = 215+44+43=302 (40% of max value = 765). Red value is 215 (84.38% from 255 or 71.19% from 302); Green value is 44 (17.58% from 255 or 14.57% from 302); Blue value is 43 (17.19% from 255 or 14.24% from 302); Max value from RGB is 215 - color contains mainly: red. Hex color #D72C2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72C2B is #28D3D4. Grayscale: #5F5F5F. Windows color (decimal): -2675669 or 2829527. OLE color: 2829527.

HSL color Cylindrical-coordinate representation of color #D72C2B: hue angle of 0.35º 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 #D72C2B is Cyan = 0, Magento = 0.80, Yellow = 0.8 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 44 43 -
CMYK 0 0.80 0.8 0.16
HSL 0.35º 0.68% 0.51% -
HSV(B) 0.35º 0.8% 0.84% -
XYZ 29.36 16.42 3.91 -
YUV 95.02 98.65 213.58 -
System Red Green Blue C M Y K H S L
Decimal 215 44 43 0 0.80 0.8 0.16 0.35 0.68 0.51
Hex D7 2C 2B 0 50 50 10 0 44 33
Octal 327 54 53 0 120 120 20 0 104 63
Binary 11010111 101100 101011 0 1010000 1010000 10000 0 1000100 110011

Color Harmonies of #D72C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72C2B

Black with #D72C2B

Text Example


Text Example

White with #D72C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72C2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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