Html Css Color HEX #D23526 Persian Red

📋 copy color: '#D23526'

red 210 ◦ green 53 ◦ blue 38

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

Shades of Persian Red #D23526

Tints of Persian Red #D23526

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.61%

 BLUE value IS 38 (15.23% from 255) = 12.62%

R = 69.77%
G = 17.61%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D23526 (or 0xD23526) is known color: Persian Red. HEX triplet: D2, 35 and 26. RGB value is (210,53,38). Sum of RGB (Red+Green+Blue) = 210+53+38=301 (39% of max value = 765). Red value is 210 (82.42% from 255 or 69.77% from 301); Green value is 53 (21.09% from 255 or 17.61% from 301); Blue value is 38 (15.23% from 255 or 12.62% from 301); Max value from RGB is 210 - color contains mainly: red. Hex color #D23526 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23526 is #2DCAD9. Grayscale: #626262. Windows color (decimal): -3001050 or 2504146. OLE color: 2504146.

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

Color convert

RGB 210 53 38 -
CMYK 0 0.75 0.82 0.18
HSL 5.23º 0.69% 0.49% -
HSV(B) 5.23º 0.82% 0.82% -
XYZ 28.2 16.39 3.51 -
YUV 98.23 94.01 207.72 -
System Red Green Blue C M Y K H S L
Decimal 210 53 38 0 0.75 0.82 0.18 5.23 0.69 0.49
Hex D2 35 26 0 4B 52 12 5 45 31
Octal 322 65 46 0 113 122 22 5 105 61
Binary 11010010 110101 100110 0 1001011 1010010 10010 101 1000101 110001

Color Harmonies of #D23526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23526

Black with #D23526

Text Example


Text Example

White with #D23526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23526; }

 p { color: rgb(210,53,38); }

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

background-color css

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

 a { background-color: rgb(210,53,38); }

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

border-color css

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

 span { border-color: rgb(210,53,38); }

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