Html Css Color HEX #D73833 Persian Red

📋 copy color: '#D73833'

red 215 ◦ green 56 ◦ blue 51

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

Shades of Persian Red #D73833

Tints of Persian Red #D73833

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.39%

 BLUE value IS 51 (20.31% from 255) = 15.84%

R = 66.77%
G = 17.39%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D73833 (or 0xD73833) is known color: Persian Red. HEX triplet: D7, 38 and 33. RGB value is (215,56,51). Sum of RGB (Red+Green+Blue) = 215+56+51=322 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.77% from 322); Green value is 56 (22.27% from 255 or 17.39% from 322); Blue value is 51 (20.31% from 255 or 15.84% from 322); Max value from RGB is 215 - color contains mainly: red. Hex color #D73833 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73833 is #28C7CC. Grayscale: #676767. Windows color (decimal): -2672589 or 3356887. OLE color: 3356887.

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

Color convert

RGB 215 56 51 -
CMYK 0 0.74 0.76 0.16
HSL 1.83º 0.67% 0.52% -
HSV(B) 1.83º 0.76% 0.84% -
XYZ 30.04 17.51 4.93 -
YUV 102.97 98.68 207.91 -
System Red Green Blue C M Y K H S L
Decimal 215 56 51 0 0.74 0.76 0.16 1.83 0.67 0.52
Hex D7 38 33 0 4A 4C 10 2 43 34
Octal 327 70 63 0 112 114 20 2 103 64
Binary 11010111 111000 110011 0 1001010 1001100 10000 10 1000011 110100

Color Harmonies of #D73833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73833

Black with #D73833

Text Example


Text Example

White with #D73833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73833; }

 p { color: rgb(215,56,51); }

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

background-color css

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

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

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

border-color css

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

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

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