Html Css Color HEX #D73433 Persian Red

📋 copy color: '#D73433'

red 215 ◦ green 52 ◦ blue 51

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

Shades of Persian Red #D73433

Tints of Persian Red #D73433

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.35%

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

R = 67.61%
G = 16.35%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D73433 (or 0xD73433) is known color: Persian Red. HEX triplet: D7, 34 and 33. RGB value is (215,52,51). Sum of RGB (Red+Green+Blue) = 215+52+51=318 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.61% from 318); Green value is 52 (20.70% from 255 or 16.35% from 318); Blue value is 51 (20.31% from 255 or 16.04% from 318); Max value from RGB is 215 - color contains mainly: red. Hex color #D73433 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73433 is #28CBCC. Grayscale: #646464. Windows color (decimal): -2673613 or 3355863. OLE color: 3355863.

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

Color convert

RGB 215 52 51 -
CMYK 0 0.76 0.76 0.16
HSL 0.37º 0.67% 0.52% -
HSV(B) 0.37º 0.76% 0.84% -
XYZ 29.85 17.14 4.87 -
YUV 100.62 100 209.58 -
System Red Green Blue C M Y K H S L
Decimal 215 52 51 0 0.76 0.76 0.16 0.37 0.67 0.52
Hex D7 34 33 0 4C 4C 10 0 43 34
Octal 327 64 63 0 114 114 20 0 103 64
Binary 11010111 110100 110011 0 1001100 1001100 10000 0 1000011 110100

Color Harmonies of #D73433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73433

Black with #D73433

Text Example


Text Example

White with #D73433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73433; }

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

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

background-color css

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

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

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

border-color css

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

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

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