Html Css Color HEX #D23938 Persian Red

📋 copy color: '#D23938'

red 210 ◦ green 57 ◦ blue 56

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

Shades of Persian Red #D23938

Tints of Persian Red #D23938

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.65%

 BLUE value IS 56 (22.27% from 255) = 17.34%

R = 65.02%
G = 17.65%
B = 17.34%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D23938 (or 0xD23938) is known color: Persian Red. HEX triplet: D2, 39 and 38. RGB value is (210,57,56). Sum of RGB (Red+Green+Blue) = 210+57+56=323 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.02% from 323); Green value is 57 (22.66% from 255 or 17.65% from 323); Blue value is 56 (22.27% from 255 or 17.34% from 323); Max value from RGB is 210 - color contains mainly: red. Hex color #D23938 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23938 is #2DC6C7. Grayscale: #666666. Windows color (decimal): -3000008 or 3684818. OLE color: 3684818.

HSL color Cylindrical-coordinate representation of color #D23938: hue angle of 0.39º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D23938 is Cyan = 0, Magento = 0.73, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 57 56 -
CMYK 0 0.73 0.73 0.18
HSL 0.39º 0.63% 0.52% -
HSV(B) 0.39º 0.73% 0.82% -
XYZ 28.76 16.91 5.49 -
YUV 102.63 101.69 204.58 -
System Red Green Blue C M Y K H S L
Decimal 210 57 56 0 0.73 0.73 0.18 0.39 0.63 0.52
Hex D2 39 38 0 49 49 12 0 3F 34
Octal 322 71 70 0 111 111 22 0 77 64
Binary 11010010 111001 111000 0 1001001 1001001 10010 0 111111 110100

Color Harmonies of #D23938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23938

Black with #D23938

Text Example


Text Example

White with #D23938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23938; }

 p { color: rgb(210,57,56); }

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

background-color css

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

 a { background-color: rgb(210,57,56); }

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

border-color css

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

 span { border-color: rgb(210,57,56); }

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