Html Css Color HEX #D23A25 Persian Red

📋 copy color: '#D23A25'

red 210 ◦ green 58 ◦ blue 37

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

Shades of Persian Red #D23A25

Tints of Persian Red #D23A25

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.02%

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

R = 68.85%
G = 19.02%
B = 12.13%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D23A25 (or 0xD23A25) is known color: Persian Red. HEX triplet: D2, 3A and 25. RGB value is (210,58,37). Sum of RGB (Red+Green+Blue) = 210+58+37=305 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.85% from 305); Green value is 58 (23.05% from 255 or 19.02% from 305); Blue value is 37 (14.84% from 255 or 12.13% from 305); Max value from RGB is 210 - color contains mainly: red. Hex color #D23A25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23A25 is #2DC5DA. Grayscale: #656565. Windows color (decimal): -2999771 or 2439890. OLE color: 2439890.

HSL color Cylindrical-coordinate representation of color #D23A25: hue angle of 7.28º 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 #D23A25 is Cyan = 0, Magento = 0.72, Yellow = 0.82 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 58 37 -
CMYK 0 0.72 0.82 0.18
HSL 7.28º 0.7% 0.48% -
HSV(B) 7.28º 0.82% 0.82% -
XYZ 28.43 16.86 3.51 -
YUV 101.05 91.86 205.71 -
System Red Green Blue C M Y K H S L
Decimal 210 58 37 0 0.72 0.82 0.18 7.28 0.7 0.48
Hex D2 3A 25 0 48 52 12 7 46 30
Octal 322 72 45 0 110 122 22 7 106 60
Binary 11010010 111010 100101 0 1001000 1010010 10010 111 1000110 110000

Color Harmonies of #D23A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23A25

Black with #D23A25

Text Example


Text Example

White with #D23A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23A25; }

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

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

background-color css

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

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

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

border-color css

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

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

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