Html Css Color HEX #D73430 Persian Red

📋 copy color: '#D73430'

red 215 ◦ green 52 ◦ blue 48

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

Shades of Persian Red #D73430

Tints of Persian Red #D73430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.24%

R = 68.25%
G = 16.51%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D73430 (or 0xD73430) is known color: Persian Red. HEX triplet: D7, 34 and 30. RGB value is (215,52,48). Sum of RGB (Red+Green+Blue) = 215+52+48=315 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.25% from 315); Green value is 52 (20.70% from 255 or 16.51% from 315); Blue value is 48 (19.14% from 255 or 15.24% from 315); Max value from RGB is 215 - color contains mainly: red. Hex color #D73430 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73430 is #28CBCF. Grayscale: #646464. Windows color (decimal): -2673616 or 3159255. OLE color: 3159255.

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

Color convert

RGB 215 52 48 -
CMYK 0 0.76 0.78 0.16
HSL 1.44º 0.68% 0.52% -
HSV(B) 1.44º 0.78% 0.84% -
XYZ 29.79 17.12 4.53 -
YUV 100.28 98.5 209.83 -
System Red Green Blue C M Y K H S L
Decimal 215 52 48 0 0.76 0.78 0.16 1.44 0.68 0.52
Hex D7 34 30 0 4C 4E 10 1 44 34
Octal 327 64 60 0 114 116 20 1 104 64
Binary 11010111 110100 110000 0 1001100 1001110 10000 1 1000100 110100

Color Harmonies of #D73430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73430

Black with #D73430

Text Example


Text Example

White with #D73430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73430; }

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

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

background-color css

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

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

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

border-color css

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

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

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