Html Css Color HEX #D82823 Persian Red

📋 copy color: '#D82823'

red 216 ◦ green 40 ◦ blue 35

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

Shades of Persian Red #D82823

Tints of Persian Red #D82823

RGB

 RED value IS 216 (84.77% from 255) = 74.23%

 GREEN value IS 40 (16.02% from 255) = 13.75%

 BLUE value IS 35 (14.06% from 255) = 12.03%

R = 74.23%
G = 13.75%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#D82823 (or 0xD82823) is known color: Persian Red. HEX triplet: D8, 28 and 23. RGB value is (216,40,35). Sum of RGB (Red+Green+Blue) = 216+40+35=291 (38% of max value = 765). Red value is 216 (84.77% from 255 or 74.23% from 291); Green value is 40 (16.02% from 255 or 13.75% from 291); Blue value is 35 (14.06% from 255 or 12.03% from 291); Max value from RGB is 216 - color contains mainly: red. Hex color #D82823 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82823 is #27D7DC. Grayscale: #5C5C5C. Windows color (decimal): -2611165 or 2304216. OLE color: 2304216.

HSL color Cylindrical-coordinate representation of color #D82823: hue angle of 1.66º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D82823 is Cyan = 0, Magento = 0.81, Yellow = 0.84 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 40 35 -
CMYK 0 0.81 0.84 0.15
HSL 1.66º 0.72% 0.49% -
HSV(B) 1.66º 0.84% 0.85% -
XYZ 29.38 16.24 3.18 -
YUV 92.05 95.81 216.41 -
System Red Green Blue C M Y K H S L
Decimal 216 40 35 0 0.81 0.84 0.15 1.66 0.72 0.49
Hex D8 28 23 0 51 54 F 2 48 31
Octal 330 50 43 0 121 124 17 2 110 61
Binary 11011000 101000 100011 0 1010001 1010100 1111 10 1001000 110001

Color Harmonies of #D82823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82823

Black with #D82823

Text Example


Text Example

White with #D82823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82823; }

 p { color: rgb(216,40,35); }

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

background-color css

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

 a { background-color: rgb(216,40,35); }

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

border-color css

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

 span { border-color: rgb(216,40,35); }

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