Html Css Color HEX #D23331 Persian Red

📋 copy color: '#D23331'

red 210 ◦ green 51 ◦ blue 49

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

Shades of Persian Red #D23331

Tints of Persian Red #D23331

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.81%

R = 67.74%
G = 16.45%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D23331 (or 0xD23331) is known color: Persian Red. HEX triplet: D2, 33 and 31. RGB value is (210,51,49). Sum of RGB (Red+Green+Blue) = 210+51+49=310 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.74% from 310); Green value is 51 (20.31% from 255 or 16.45% from 310); Blue value is 49 (19.53% from 255 or 15.81% from 310); Max value from RGB is 210 - color contains mainly: red. Hex color #D23331 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23331 is #2DCCCE. Grayscale: #626262. Windows color (decimal): -3001551 or 3224530. OLE color: 3224530.

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

Color convert

RGB 210 51 49 -
CMYK 0 0.76 0.77 0.18
HSL 0.75º 0.64% 0.51% -
HSV(B) 0.75º 0.77% 0.82% -
XYZ 28.32 16.29 4.56 -
YUV 98.31 100.18 207.66 -
System Red Green Blue C M Y K H S L
Decimal 210 51 49 0 0.76 0.77 0.18 0.75 0.64 0.51
Hex D2 33 31 0 4C 4D 12 1 40 33
Octal 322 63 61 0 114 115 22 1 100 63
Binary 11010010 110011 110001 0 1001100 1001101 10010 1 1000000 110011

Color Harmonies of #D23331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23331

Black with #D23331

Text Example


Text Example

White with #D23331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23331; }

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

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

background-color css

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

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

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

border-color css

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

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

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