Html Css Color HEX #D73325 Persian Red

📋 copy color: '#D73325'

red 215 ◦ green 51 ◦ blue 37

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

Shades of Persian Red #D73325

Tints of Persian Red #D73325

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.83%

 BLUE value IS 37 (14.84% from 255) = 12.21%

R = 70.96%
G = 16.83%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D73325 (or 0xD73325) is known color: Persian Red. HEX triplet: D7, 33 and 25. RGB value is (215,51,37). Sum of RGB (Red+Green+Blue) = 215+51+37=303 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.96% from 303); Green value is 51 (20.31% from 255 or 16.83% from 303); Blue value is 37 (14.84% from 255 or 12.21% from 303); Max value from RGB is 215 - color contains mainly: red. Hex color #D73325 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73325 is #28CCDA. Grayscale: #626262. Windows color (decimal): -2673883 or 2438103. OLE color: 2438103.

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

Color convert

RGB 215 51 37 -
CMYK 0 0.76 0.83 0.16
HSL 4.72º 0.71% 0.49% -
HSV(B) 4.72º 0.83% 0.84% -
XYZ 29.54 16.95 3.46 -
YUV 98.44 93.33 211.14 -
System Red Green Blue C M Y K H S L
Decimal 215 51 37 0 0.76 0.83 0.16 4.72 0.71 0.49
Hex D7 33 25 0 4C 53 10 5 47 31
Octal 327 63 45 0 114 123 20 5 107 61
Binary 11010111 110011 100101 0 1001100 1010011 10000 101 1000111 110001

Color Harmonies of #D73325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73325

Black with #D73325

Text Example


Text Example

White with #D73325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73325; }

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

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

background-color css

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

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

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

border-color css

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

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

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