Html Css Color HEX #D23824 Persian Red

📋 copy color: '#D23824'

red 210 ◦ green 56 ◦ blue 36

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

Shades of Persian Red #D23824

Tints of Persian Red #D23824

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.54%

 BLUE value IS 36 (14.45% from 255) = 11.92%

R = 69.54%
G = 18.54%
B = 11.92%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D23824 (or 0xD23824) is known color: Persian Red. HEX triplet: D2, 38 and 24. RGB value is (210,56,36). Sum of RGB (Red+Green+Blue) = 210+56+36=302 (40% of max value = 765). Red value is 210 (82.42% from 255 or 69.54% from 302); Green value is 56 (22.27% from 255 or 18.54% from 302); Blue value is 36 (14.45% from 255 or 11.92% from 302); Max value from RGB is 210 - color contains mainly: red. Hex color #D23824 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23824 is #2DC7DB. Grayscale: #636363. Windows color (decimal): -3000284 or 2373842. OLE color: 2373842.

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

Color convert

RGB 210 56 36 -
CMYK 0 0.73 0.83 0.18
HSL 6.9º 0.71% 0.48% -
HSV(B) 6.9º 0.83% 0.82% -
XYZ 28.31 16.66 3.39 -
YUV 99.77 92.02 206.63 -
System Red Green Blue C M Y K H S L
Decimal 210 56 36 0 0.73 0.83 0.18 6.9 0.71 0.48
Hex D2 38 24 0 49 53 12 7 47 30
Octal 322 70 44 0 111 123 22 7 107 60
Binary 11010010 111000 100100 0 1001001 1010011 10010 111 1000111 110000

Color Harmonies of #D23824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23824

Black with #D23824

Text Example


Text Example

White with #D23824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23824; }

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

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

background-color css

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

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

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

border-color css

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

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

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