Html Css Color HEX #D23125 Persian Red

📋 copy color: '#D23125'

red 210 ◦ green 49 ◦ blue 37

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

Shades of Persian Red #D23125

Tints of Persian Red #D23125

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.55%

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

R = 70.95%
G = 16.55%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D23125 (or 0xD23125) is known color: Persian Red. HEX triplet: D2, 31 and 25. RGB value is (210,49,37). Sum of RGB (Red+Green+Blue) = 210+49+37=296 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70.95% from 296); Green value is 49 (19.53% from 255 or 16.55% from 296); Blue value is 37 (14.84% from 255 or 12.5% from 296); Max value from RGB is 210 - color contains mainly: red. Hex color #D23125 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23125 is #2DCEDA. Grayscale: #5F5F5F. Windows color (decimal): -3002075 or 2437586. OLE color: 2437586.

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

Color convert

RGB 210 49 37 -
CMYK 0 0.77 0.82 0.18
HSL 4.16º 0.7% 0.48% -
HSV(B) 4.16º 0.82% 0.82% -
XYZ 28.01 16.03 3.37 -
YUV 95.77 94.84 209.48 -
System Red Green Blue C M Y K H S L
Decimal 210 49 37 0 0.77 0.82 0.18 4.16 0.7 0.48
Hex D2 31 25 0 4D 52 12 4 46 30
Octal 322 61 45 0 115 122 22 4 106 60
Binary 11010010 110001 100101 0 1001101 1010010 10010 100 1000110 110000

Color Harmonies of #D23125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23125

Black with #D23125

Text Example


Text Example

White with #D23125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23125; }

 p { color: rgb(210,49,37); }

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

background-color css

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

 a { background-color: rgb(210,49,37); }

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

border-color css

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

 span { border-color: rgb(210,49,37); }

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