Html Css Color HEX #D73733 Persian Red

📋 copy color: '#D73733'

red 215 ◦ green 55 ◦ blue 51

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

Shades of Persian Red #D73733

Tints of Persian Red #D73733

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.13%

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

R = 66.98%
G = 17.13%
B = 15.89%

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

#D73733 (or 0xD73733) is known color: Persian Red. HEX triplet: D7, 37 and 33. RGB value is (215,55,51). Sum of RGB (Red+Green+Blue) = 215+55+51=321 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.98% from 321); Green value is 55 (21.88% from 255 or 17.13% from 321); Blue value is 51 (20.31% from 255 or 15.89% from 321); Max value from RGB is 215 - color contains mainly: red. Hex color #D73733 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73733 is #28C8CC. Grayscale: #666666. Windows color (decimal): -2672845 or 3356631. OLE color: 3356631.

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

Color convert

RGB 215 55 51 -
CMYK 0 0.74 0.76 0.16
HSL 1.46º 0.67% 0.52% -
HSV(B) 1.46º 0.76% 0.84% -
XYZ 29.99 17.42 4.91 -
YUV 102.38 99.01 208.33 -
System Red Green Blue C M Y K H S L
Decimal 215 55 51 0 0.74 0.76 0.16 1.46 0.67 0.52
Hex D7 37 33 0 4A 4C 10 1 43 34
Octal 327 67 63 0 112 114 20 1 103 64
Binary 11010111 110111 110011 0 1001010 1001100 10000 1 1000011 110100

Color Harmonies of #D73733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73733

Black with #D73733

Text Example


Text Example

White with #D73733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73733; }

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

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

background-color css

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

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

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

border-color css

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

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

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