Html Css Color HEX #D23929 Persian Red

📋 copy color: '#D23929'

red 210 ◦ green 57 ◦ blue 41

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

Shades of Persian Red #D23929

Tints of Persian Red #D23929

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.31%

R = 68.18%
G = 18.51%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D23929 (or 0xD23929) is known color: Persian Red. HEX triplet: D2, 39 and 29. RGB value is (210,57,41). Sum of RGB (Red+Green+Blue) = 210+57+41=308 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.18% from 308); Green value is 57 (22.66% from 255 or 18.51% from 308); Blue value is 41 (16.41% from 255 or 13.31% from 308); Max value from RGB is 210 - color contains mainly: red. Hex color #D23929 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23929 is #2DC6D6. Grayscale: #656565. Windows color (decimal): -3000023 or 2701778. OLE color: 2701778.

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

Color convert

RGB 210 57 41 -
CMYK 0 0.73 0.80 0.18
HSL 5.68º 0.67% 0.49% -
HSV(B) 5.68º 0.8% 0.82% -
XYZ 28.44 16.79 3.84 -
YUV 100.92 94.19 205.8 -
System Red Green Blue C M Y K H S L
Decimal 210 57 41 0 0.73 0.80 0.18 5.68 0.67 0.49
Hex D2 39 29 0 49 50 12 6 43 31
Octal 322 71 51 0 111 120 22 6 103 61
Binary 11010010 111001 101001 0 1001001 1010000 10010 110 1000011 110001

Color Harmonies of #D23929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23929

Black with #D23929

Text Example


Text Example

White with #D23929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23929; }

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

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

background-color css

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

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

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

border-color css

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

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

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