Html Css Color HEX #D23323 Persian Red

📋 copy color: '#D23323'

red 210 ◦ green 51 ◦ blue 35

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

Shades of Persian Red #D23323

Tints of Persian Red #D23323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 11.82%

R = 70.95%
G = 17.23%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D23323 (or 0xD23323) is known color: Persian Red. HEX triplet: D2, 33 and 23. RGB value is (210,51,35). Sum of RGB (Red+Green+Blue) = 210+51+35=296 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70.95% from 296); Green value is 51 (20.31% from 255 or 17.23% from 296); Blue value is 35 (14.06% from 255 or 11.82% from 296); Max value from RGB is 210 - color contains mainly: red. Hex color #D23323 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23323 is #2DCCDC. Grayscale: #606060. Windows color (decimal): -3001565 or 2307026. OLE color: 2307026.

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

Color convert

RGB 210 51 35 -
CMYK 0 0.76 0.83 0.18
HSL 5.49º 0.71% 0.48% -
HSV(B) 5.49º 0.83% 0.82% -
XYZ 28.07 16.19 3.24 -
YUV 96.72 93.18 208.8 -
System Red Green Blue C M Y K H S L
Decimal 210 51 35 0 0.76 0.83 0.18 5.49 0.71 0.48
Hex D2 33 23 0 4C 53 12 5 47 30
Octal 322 63 43 0 114 123 22 5 107 60
Binary 11010010 110011 100011 0 1001100 1010011 10010 101 1000111 110000

Color Harmonies of #D23323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23323

Black with #D23323

Text Example


Text Example

White with #D23323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23323; }

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

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

background-color css

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

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

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

border-color css

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

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

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