Html Css Color HEX #D23F39 Persian Red

📋 copy color: '#D23F39'

red 210 ◦ green 63 ◦ blue 57

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

Shades of Persian Red #D23F39

Tints of Persian Red #D23F39

RGB

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

 GREEN value IS 63 (25% from 255) = 19.09%

 BLUE value IS 57 (22.66% from 255) = 17.27%

R = 63.64%
G = 19.09%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D23F39 (or 0xD23F39) is known color: Persian Red. HEX triplet: D2, 3F and 39. RGB value is (210,63,57). Sum of RGB (Red+Green+Blue) = 210+63+57=330 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.64% from 330); Green value is 63 (25% from 255 or 19.09% from 330); Blue value is 57 (22.66% from 255 or 17.27% from 330); Max value from RGB is 210 - color contains mainly: red. Hex color #D23F39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23F39 is #2DC0C6. Grayscale: #6A6A6A. Windows color (decimal): -2998471 or 3751890. OLE color: 3751890.

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

Color convert

RGB 210 63 57 -
CMYK 0 0.70 0.73 0.18
HSL 2.35º 0.63% 0.52% -
HSV(B) 2.35º 0.73% 0.82% -
XYZ 29.09 17.55 5.73 -
YUV 106.27 100.2 201.99 -
System Red Green Blue C M Y K H S L
Decimal 210 63 57 0 0.70 0.73 0.18 2.35 0.63 0.52
Hex D2 3F 39 0 46 49 12 2 3F 34
Octal 322 77 71 0 106 111 22 2 77 64
Binary 11010010 111111 111001 0 1000110 1001001 10010 10 111111 110100

Color Harmonies of #D23F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23F39

Black with #D23F39

Text Example


Text Example

White with #D23F39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23F39; }

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

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

background-color css

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

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

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

border-color css

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

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

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