Html Css Color HEX #D23828 Persian Red

📋 copy color: '#D23828'

red 210 ◦ green 56 ◦ blue 40

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

Shades of Persian Red #D23828

Tints of Persian Red #D23828

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.07%

R = 68.63%
G = 18.3%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D23828 (or 0xD23828) is known color: Persian Red. HEX triplet: D2, 38 and 28. RGB value is (210,56,40). Sum of RGB (Red+Green+Blue) = 210+56+40=306 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.63% from 306); Green value is 56 (22.27% from 255 or 18.30% from 306); Blue value is 40 (16.02% from 255 or 13.07% from 306); Max value from RGB is 210 - color contains mainly: red. Hex color #D23828 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23828 is #2DC7D7. Grayscale: #646464. Windows color (decimal): -3000280 or 2635986. OLE color: 2635986.

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

Color convert

RGB 210 56 40 -
CMYK 0 0.73 0.81 0.18
HSL 5.65º 0.68% 0.49% -
HSV(B) 5.65º 0.81% 0.82% -
XYZ 28.38 16.68 3.73 -
YUV 100.22 94.02 206.3 -
System Red Green Blue C M Y K H S L
Decimal 210 56 40 0 0.73 0.81 0.18 5.65 0.68 0.49
Hex D2 38 28 0 49 51 12 6 44 31
Octal 322 70 50 0 111 121 22 6 104 61
Binary 11010010 111000 101000 0 1001001 1010001 10010 110 1000100 110001

Color Harmonies of #D23828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23828

Black with #D23828

Text Example


Text Example

White with #D23828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23828; }

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

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

background-color css

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

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

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

border-color css

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

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

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