Html Css Color HEX #D23825 Persian Red

📋 copy color: '#D23825'

red 210 ◦ green 56 ◦ blue 37

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

Shades of Persian Red #D23825

Tints of Persian Red #D23825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.21%

R = 69.31%
G = 18.48%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D23825 (or 0xD23825) is known color: Persian Red. HEX triplet: D2, 38 and 25. RGB value is (210,56,37). Sum of RGB (Red+Green+Blue) = 210+56+37=303 (40% of max value = 765). Red value is 210 (82.42% from 255 or 69.31% from 303); Green value is 56 (22.27% from 255 or 18.48% from 303); Blue value is 37 (14.84% from 255 or 12.21% from 303); Max value from RGB is 210 - color contains mainly: red. Hex color #D23825 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23825 is #2DC7DA. Grayscale: #646464. Windows color (decimal): -3000283 or 2439378. OLE color: 2439378.

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

Color convert

RGB 210 56 37 -
CMYK 0 0.73 0.82 0.18
HSL 6.59º 0.7% 0.48% -
HSV(B) 6.59º 0.82% 0.82% -
XYZ 28.33 16.66 3.47 -
YUV 99.88 92.52 206.54 -
System Red Green Blue C M Y K H S L
Decimal 210 56 37 0 0.73 0.82 0.18 6.59 0.7 0.48
Hex D2 38 25 0 49 52 12 7 46 30
Octal 322 70 45 0 111 122 22 7 106 60
Binary 11010010 111000 100101 0 1001001 1010010 10010 111 1000110 110000

Color Harmonies of #D23825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23825

Black with #D23825

Text Example


Text Example

White with #D23825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23825; }

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

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

background-color css

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

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

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

border-color css

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

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

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