Html Css Color HEX #D72423 Persian Red

📋 copy color: '#D72423'

red 215 ◦ green 36 ◦ blue 35

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

Shades of Persian Red #D72423

Tints of Persian Red #D72423

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.59%

 BLUE value IS 35 (14.06% from 255) = 12.24%

R = 75.17%
G = 12.59%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D72423 (or 0xD72423) is known color: Persian Red. HEX triplet: D7, 24 and 23. RGB value is (215,36,35). Sum of RGB (Red+Green+Blue) = 215+36+35=286 (37% of max value = 765). Red value is 215 (84.38% from 255 or 75.17% from 286); Green value is 36 (14.45% from 255 or 12.59% from 286); Blue value is 35 (14.06% from 255 or 12.24% from 286); Max value from RGB is 215 - color contains mainly: red. Hex color #D72423 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72423 is #28DBDC. Grayscale: #595959. Windows color (decimal): -2677725 or 2303191. OLE color: 2303191.

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

Color convert

RGB 215 36 35 -
CMYK 0 0.83 0.84 0.16
HSL 0.33º 0.72% 0.49% -
HSV(B) 0.33º 0.84% 0.84% -
XYZ 28.96 15.83 3.12 -
YUV 89.41 97.3 217.58 -
System Red Green Blue C M Y K H S L
Decimal 215 36 35 0 0.83 0.84 0.16 0.33 0.72 0.49
Hex D7 24 23 0 53 54 10 0 48 31
Octal 327 44 43 0 123 124 20 0 110 61
Binary 11010111 100100 100011 0 1010011 1010100 10000 0 1001000 110001

Color Harmonies of #D72423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72423

Black with #D72423

Text Example


Text Example

White with #D72423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72423; }

 p { color: rgb(215,36,35); }

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

background-color css

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

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

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

border-color css

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

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

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