Html Css Color HEX #D23325 Persian Red

📋 copy color: '#D23325'

red 210 ◦ green 51 ◦ blue 37

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

Shades of Persian Red #D23325

Tints of Persian Red #D23325

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.11%

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

R = 70.47%
G = 17.11%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D23325 (or 0xD23325) is known color: Persian Red. HEX triplet: D2, 33 and 25. RGB value is (210,51,37). Sum of RGB (Red+Green+Blue) = 210+51+37=298 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70.47% from 298); Green value is 51 (20.31% from 255 or 17.11% from 298); Blue value is 37 (14.84% from 255 or 12.42% from 298); Max value from RGB is 210 - color contains mainly: red. Hex color #D23325 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23325 is #2DCCDA. Grayscale: #616161. Windows color (decimal): -3001563 or 2438098. OLE color: 2438098.

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

Color convert

RGB 210 51 37 -
CMYK 0 0.76 0.82 0.18
HSL 4.86º 0.7% 0.48% -
HSV(B) 4.86º 0.82% 0.82% -
XYZ 28.1 16.2 3.4 -
YUV 96.95 94.18 208.64 -
System Red Green Blue C M Y K H S L
Decimal 210 51 37 0 0.76 0.82 0.18 4.86 0.7 0.48
Hex D2 33 25 0 4C 52 12 5 46 30
Octal 322 63 45 0 114 122 22 5 106 60
Binary 11010010 110011 100101 0 1001100 1010010 10010 101 1000110 110000

Color Harmonies of #D23325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23325

Black with #D23325

Text Example


Text Example

White with #D23325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23325; }

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

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

background-color css

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

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

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

border-color css

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

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

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