Html Css Color HEX #D72626 Persian Red

📋 copy color: '#D72626'

red 215 ◦ green 38 ◦ blue 38

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

Shades of Persian Red #D72626

Tints of Persian Red #D72626

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.06%

 BLUE value IS 38 (15.23% from 255) = 13.06%

R = 73.88%
G = 13.06%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D72626 (or 0xD72626) is known color: Persian Red. HEX triplet: D7, 26 and 26. RGB value is (215,38,38). Sum of RGB (Red+Green+Blue) = 215+38+38=291 (38% of max value = 765). Red value is 215 (84.38% from 255 or 73.88% from 291); Green value is 38 (15.23% from 255 or 13.06% from 291); Blue value is 38 (15.23% from 255 or 13.06% from 291); Max value from RGB is 215 - color contains mainly: red. Hex color #D72626 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72626 is #28D9D9. Grayscale: #5B5B5B. Windows color (decimal): -2677210 or 2500311. OLE color: 2500311.

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

Color convert

RGB 215 38 38 -
CMYK 0 0.82 0.82 0.16
HSL 0.7% 0.5% -
HSV(B) 0.82% 0.84% -
XYZ 29.07 15.97 3.38 -
YUV 90.92 98.14 216.5 -
System Red Green Blue C M Y K H S L
Decimal 215 38 38 0 0.82 0.82 0.16 0 0.7 0.5
Hex D7 26 26 0 52 52 10 0 46 32
Octal 327 46 46 0 122 122 20 0 106 62
Binary 11010111 100110 100110 0 1010010 1010010 10000 0 1000110 110010

Color Harmonies of #D72626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72626

Black with #D72626

Text Example


Text Example

White with #D72626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72626; }

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

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

background-color css

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

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

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

border-color css

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

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

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