Html Css Color HEX #D23122 Persian Red

📋 copy color: '#D23122'

red 210 ◦ green 49 ◦ blue 34

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

Shades of Persian Red #D23122

Tints of Persian Red #D23122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 11.6%

R = 71.67%
G = 16.72%
B = 11.6%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D23122 (or 0xD23122) is known color: Persian Red. HEX triplet: D2, 31 and 22. RGB value is (210,49,34). Sum of RGB (Red+Green+Blue) = 210+49+34=293 (38% of max value = 765). Red value is 210 (82.42% from 255 or 71.67% from 293); Green value is 49 (19.53% from 255 or 16.72% from 293); Blue value is 34 (13.67% from 255 or 11.60% from 293); Max value from RGB is 210 - color contains mainly: red. Hex color #D23122 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23122 is #2DCEDD. Grayscale: #5F5F5F. Windows color (decimal): -3002078 or 2240978. OLE color: 2240978.

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

Color convert

RGB 210 49 34 -
CMYK 0 0.77 0.84 0.18
HSL 5.11º 0.72% 0.48% -
HSV(B) 5.11º 0.84% 0.82% -
XYZ 27.97 16.01 3.13 -
YUV 95.43 93.34 209.72 -
System Red Green Blue C M Y K H S L
Decimal 210 49 34 0 0.77 0.84 0.18 5.11 0.72 0.48
Hex D2 31 22 0 4D 54 12 5 48 30
Octal 322 61 42 0 115 124 22 5 110 60
Binary 11010010 110001 100010 0 1001101 1010100 10010 101 1001000 110000

Color Harmonies of #D23122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23122

Black with #D23122

Text Example


Text Example

White with #D23122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23122; }

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

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

background-color css

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

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

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

border-color css

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

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

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