Html Css Color HEX #D23228 Persian Red

📋 copy color: '#D23228'

red 210 ◦ green 50 ◦ blue 40

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

Shades of Persian Red #D23228

Tints of Persian Red #D23228

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.67%

 BLUE value IS 40 (16.02% from 255) = 13.33%

R = 70%
G = 16.67%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D23228 (or 0xD23228) is known color: Persian Red. HEX triplet: D2, 32 and 28. RGB value is (210,50,40). Sum of RGB (Red+Green+Blue) = 210+50+40=300 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70% from 300); Green value is 50 (19.92% from 255 or 16.67% from 300); Blue value is 40 (16.02% from 255 or 13.33% from 300); Max value from RGB is 210 - color contains mainly: red. Hex color #D23228 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23228 is #2DCDD7. Grayscale: #606060. Windows color (decimal): -3001816 or 2634450. OLE color: 2634450.

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

Color convert

RGB 210 50 40 -
CMYK 0 0.76 0.81 0.18
HSL 3.53º 0.68% 0.49% -
HSV(B) 3.53º 0.81% 0.82% -
XYZ 28.1 16.14 3.64 -
YUV 96.7 96.01 208.81 -
System Red Green Blue C M Y K H S L
Decimal 210 50 40 0 0.76 0.81 0.18 3.53 0.68 0.49
Hex D2 32 28 0 4C 51 12 4 44 31
Octal 322 62 50 0 114 121 22 4 104 61
Binary 11010010 110010 101000 0 1001100 1010001 10010 100 1000100 110001

Color Harmonies of #D23228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23228

Black with #D23228

Text Example


Text Example

White with #D23228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23228; }

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

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

background-color css

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

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

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

border-color css

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

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

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