Html Css Color HEX #D73633 Persian Red

📋 copy color: '#D73633'

red 215 ◦ green 54 ◦ blue 51

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

Shades of Persian Red #D73633

Tints of Persian Red #D73633

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.88%

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

R = 67.19%
G = 16.88%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D73633 (or 0xD73633) is known color: Persian Red. HEX triplet: D7, 36 and 33. RGB value is (215,54,51). Sum of RGB (Red+Green+Blue) = 215+54+51=320 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.19% from 320); Green value is 54 (21.48% from 255 or 16.88% from 320); Blue value is 51 (20.31% from 255 or 15.94% from 320); Max value from RGB is 215 - color contains mainly: red. Hex color #D73633 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73633 is #28C9CC. Grayscale: #656565. Windows color (decimal): -2673101 or 3356375. OLE color: 3356375.

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

Color convert

RGB 215 54 51 -
CMYK 0 0.75 0.76 0.16
HSL 1.1º 0.67% 0.52% -
HSV(B) 1.1º 0.76% 0.84% -
XYZ 29.94 17.32 4.9 -
YUV 101.8 99.34 208.74 -
System Red Green Blue C M Y K H S L
Decimal 215 54 51 0 0.75 0.76 0.16 1.1 0.67 0.52
Hex D7 36 33 0 4B 4C 10 1 43 34
Octal 327 66 63 0 113 114 20 1 103 64
Binary 11010111 110110 110011 0 1001011 1001100 10000 1 1000011 110100

Color Harmonies of #D73633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73633

Black with #D73633

Text Example


Text Example

White with #D73633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73633; }

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

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

background-color css

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

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

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

border-color css

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

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

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