Html Css Color HEX #D22823 Persian Red

📋 copy color: '#D22823'

red 210 ◦ green 40 ◦ blue 35

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

Shades of Persian Red #D22823

Tints of Persian Red #D22823

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.04%

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

R = 73.68%
G = 14.04%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D22823 (or 0xD22823) is known color: Persian Red. HEX triplet: D2, 28 and 23. RGB value is (210,40,35). Sum of RGB (Red+Green+Blue) = 210+40+35=285 (37% of max value = 765). Red value is 210 (82.42% from 255 or 73.68% from 285); Green value is 40 (16.02% from 255 or 14.04% from 285); Blue value is 35 (14.06% from 255 or 12.28% from 285); Max value from RGB is 210 - color contains mainly: red. Hex color #D22823 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22823 is #2DD7DC. Grayscale: #5A5A5A. Windows color (decimal): -3004381 or 2304210. OLE color: 2304210.

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

Color convert

RGB 210 40 35 -
CMYK 0 0.81 0.83 0.18
HSL 1.71º 0.71% 0.48% -
HSV(B) 1.71º 0.83% 0.82% -
XYZ 27.64 15.34 3.09 -
YUV 90.26 96.82 213.41 -
System Red Green Blue C M Y K H S L
Decimal 210 40 35 0 0.81 0.83 0.18 1.71 0.71 0.48
Hex D2 28 23 0 51 53 12 2 47 30
Octal 322 50 43 0 121 123 22 2 107 60
Binary 11010010 101000 100011 0 1010001 1010011 10010 10 1000111 110000

Color Harmonies of #D22823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22823

Black with #D22823

Text Example


Text Example

White with #D22823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22823; }

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

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

background-color css

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

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

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

border-color css

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

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

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