Html Css Color HEX #D23939 Persian Red

📋 copy color: '#D23939'

red 210 ◦ green 57 ◦ blue 57

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

Shades of Persian Red #D23939

Tints of Persian Red #D23939

RGB

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

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

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

R = 64.81%
G = 17.59%
B = 17.59%

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

#D23939 (or 0xD23939) is known color: Persian Red. HEX triplet: D2, 39 and 39. RGB value is (210,57,57). Sum of RGB (Red+Green+Blue) = 210+57+57=324 (42% of max value = 765). Red value is 210 (82.42% from 255 or 64.81% from 324); Green value is 57 (22.66% from 255 or 17.59% from 324); Blue value is 57 (22.66% from 255 or 17.59% from 324); Max value from RGB is 210 - color contains mainly: red. Hex color #D23939 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23939 is #2DC6C6. Grayscale: #666666. Windows color (decimal): -3000007 or 3750354. OLE color: 3750354.

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

Color convert

RGB 210 57 57 -
CMYK 0 0.73 0.73 0.18
HSL 0.63% 0.52% -
HSV(B) 0.73% 0.82% -
XYZ 28.78 16.92 5.62 -
YUV 102.75 102.19 204.5 -
System Red Green Blue C M Y K H S L
Decimal 210 57 57 0 0.73 0.73 0.18 0 0.63 0.52
Hex D2 39 39 0 49 49 12 0 3F 34
Octal 322 71 71 0 111 111 22 0 77 64
Binary 11010010 111001 111001 0 1001001 1001001 10010 0 111111 110100

Color Harmonies of #D23939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23939

Black with #D23939

Text Example


Text Example

White with #D23939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23939; }

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

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

background-color css

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

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

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

border-color css

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

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

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