Html Css Color HEX #D23728 Persian Red

📋 copy color: '#D23728'

red 210 ◦ green 55 ◦ blue 40

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

Shades of Persian Red #D23728

Tints of Persian Red #D23728

RGB

 RED value IS 210 (82.42% from 255) = 68.85%

 GREEN value IS 55 (21.88% from 255) = 18.03%

 BLUE value IS 40 (16.02% from 255) = 13.11%

R = 68.85%
G = 18.03%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D23728 (or 0xD23728) is known color: Persian Red. HEX triplet: D2, 37 and 28. RGB value is (210,55,40). Sum of RGB (Red+Green+Blue) = 210+55+40=305 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.85% from 305); Green value is 55 (21.88% from 255 or 18.03% from 305); Blue value is 40 (16.02% from 255 or 13.11% from 305); Max value from RGB is 210 - color contains mainly: red. Hex color #D23728 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23728 is #2DC8D7. Grayscale: #636363. Windows color (decimal): -3000536 or 2635730. OLE color: 2635730.

HSL color Cylindrical-coordinate representation of color #D23728: hue angle of 5.29º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D23728 is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 55 40 -
CMYK 0 0.74 0.81 0.18
HSL 5.29º 0.68% 0.49% -
HSV(B) 5.29º 0.81% 0.82% -
XYZ 28.33 16.59 3.72 -
YUV 99.64 94.35 206.72 -
System Red Green Blue C M Y K H S L
Decimal 210 55 40 0 0.74 0.81 0.18 5.29 0.68 0.49
Hex D2 37 28 0 4A 51 12 5 44 31
Octal 322 67 50 0 112 121 22 5 104 61
Binary 11010010 110111 101000 0 1001010 1010001 10010 101 1000100 110001

Color Harmonies of #D23728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23728

Black with #D23728

Text Example


Text Example

White with #D23728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23728; }

 p { color: rgb(210,55,40); }

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

background-color css

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

 a { background-color: rgb(210,55,40); }

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

border-color css

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

 span { border-color: rgb(210,55,40); }

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