Html Css Color HEX #D13423 Persian Red

📋 copy color: '#D13423'

red 209 ◦ green 52 ◦ blue 35

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

Shades of Persian Red #D13423

Tints of Persian Red #D13423

RGB

 RED value IS 209 (82.03% from 255) = 70.61%

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

 BLUE value IS 35 (14.06% from 255) = 11.82%

R = 70.61%
G = 17.57%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D13423 (or 0xD13423) is known color: Persian Red. HEX triplet: D1, 34 and 23. RGB value is (209,52,35). Sum of RGB (Red+Green+Blue) = 209+52+35=296 (39% of max value = 765). Red value is 209 (82.03% from 255 or 70.61% from 296); Green value is 52 (20.70% from 255 or 17.57% from 296); Blue value is 35 (14.06% from 255 or 11.82% from 296); Max value from RGB is 209 - color contains mainly: red. Hex color #D13423 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13423 is #2ECBDC. Grayscale: #616161. Windows color (decimal): -3066845 or 2307281. OLE color: 2307281.

HSL color Cylindrical-coordinate representation of color #D13423: hue angle of 5.86º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D13423 is Cyan = 0, Magento = 0.75, Yellow = 0.83 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 52 35 -
CMYK 0 0.75 0.83 0.18
HSL 5.86º 0.71% 0.48% -
HSV(B) 5.86º 0.83% 0.82% -
XYZ 27.83 16.13 3.24 -
YUV 97.01 93.01 207.88 -
System Red Green Blue C M Y K H S L
Decimal 209 52 35 0 0.75 0.83 0.18 5.86 0.71 0.48
Hex D1 34 23 0 4B 53 12 6 47 30
Octal 321 64 43 0 113 123 22 6 107 60
Binary 11010001 110100 100011 0 1001011 1010011 10010 110 1000111 110000

Color Harmonies of #D13423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13423

Black with #D13423

Text Example


Text Example

White with #D13423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13423; }

 p { color: rgb(209,52,35); }

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

background-color css

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

 a { background-color: rgb(209,52,35); }

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

border-color css

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

 span { border-color: rgb(209,52,35); }

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