Html Css Color HEX #D73226 Persian Red

📋 copy color: '#D73226'

red 215 ◦ green 50 ◦ blue 38

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

Shades of Persian Red #D73226

Tints of Persian Red #D73226

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.5%

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

R = 70.96%
G = 16.5%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D73226 (or 0xD73226) is known color: Persian Red. HEX triplet: D7, 32 and 26. RGB value is (215,50,38). Sum of RGB (Red+Green+Blue) = 215+50+38=303 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.96% from 303); Green value is 50 (19.92% from 255 or 16.50% from 303); Blue value is 38 (15.23% from 255 or 12.54% from 303); Max value from RGB is 215 - color contains mainly: red. Hex color #D73226 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73226 is #28CDD9. Grayscale: #626262. Windows color (decimal): -2674138 or 2503383. OLE color: 2503383.

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

Color convert

RGB 215 50 38 -
CMYK 0 0.77 0.82 0.16
HSL 4.07º 0.7% 0.5% -
HSV(B) 4.07º 0.82% 0.84% -
XYZ 29.51 16.87 3.53 -
YUV 97.97 94.16 211.48 -
System Red Green Blue C M Y K H S L
Decimal 215 50 38 0 0.77 0.82 0.16 4.07 0.7 0.5
Hex D7 32 26 0 4D 52 10 4 46 32
Octal 327 62 46 0 115 122 20 4 106 62
Binary 11010111 110010 100110 0 1001101 1010010 10000 100 1000110 110010

Color Harmonies of #D73226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73226

Black with #D73226

Text Example


Text Example

White with #D73226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73226; }

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

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

background-color css

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

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

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

border-color css

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

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

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