Html Css Color HEX #D82E23 Persian Red

📋 copy color: '#D82E23'

red 216 ◦ green 46 ◦ blue 35

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

Shades of Persian Red #D82E23

Tints of Persian Red #D82E23

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.49%

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

R = 72.73%
G = 15.49%
B = 11.78%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#D82E23 (or 0xD82E23) is known color: Persian Red. HEX triplet: D8, 2E and 23. RGB value is (216,46,35). Sum of RGB (Red+Green+Blue) = 216+46+35=297 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.73% from 297); Green value is 46 (18.36% from 255 or 15.49% from 297); Blue value is 35 (14.06% from 255 or 11.78% from 297); Max value from RGB is 216 - color contains mainly: red. Hex color #D82E23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82E23 is #27D1DC. Grayscale: #5F5F5F. Windows color (decimal): -2609629 or 2305752. OLE color: 2305752.

HSL color Cylindrical-coordinate representation of color #D82E23: hue angle of 3.65º 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 #D82E23 is Cyan = 0, Magento = 0.79, Yellow = 0.84 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 46 35 -
CMYK 0 0.79 0.84 0.15
HSL 3.65º 0.72% 0.49% -
HSV(B) 3.65º 0.84% 0.85% -
XYZ 29.6 16.67 3.25 -
YUV 95.58 93.82 213.89 -
System Red Green Blue C M Y K H S L
Decimal 216 46 35 0 0.79 0.84 0.15 3.65 0.72 0.49
Hex D8 2E 23 0 4F 54 F 4 48 31
Octal 330 56 43 0 117 124 17 4 110 61
Binary 11011000 101110 100011 0 1001111 1010100 1111 100 1001000 110001

Color Harmonies of #D82E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82E23

Black with #D82E23

Text Example


Text Example

White with #D82E23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82E23; }

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

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

background-color css

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

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

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

border-color css

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

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

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