Html Css Color HEX #D82E2E Persian Red

📋 copy color: '#D82E2E'

red 216 ◦ green 46 ◦ blue 46

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

Shades of Persian Red #D82E2E

Tints of Persian Red #D82E2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.94%

R = 70.13%
G = 14.94%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D82E2E (or 0xD82E2E) is known color: Persian Red. HEX triplet: D8, 2E and 2E. RGB value is (216,46,46). Sum of RGB (Red+Green+Blue) = 216+46+46=308 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.13% from 308); Green value is 46 (18.36% from 255 or 14.94% from 308); Blue value is 46 (18.36% from 255 or 14.94% from 308); Max value from RGB is 216 - color contains mainly: red. Hex color #D82E2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82E2E is #27D1D1. Grayscale: #616161. Windows color (decimal): -2609618 or 3026648. OLE color: 3026648.

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

Color convert

RGB 216 46 46 -
CMYK 0 0.79 0.79 0.15
HSL 0.69% 0.51% -
HSV(B) 0.79% 0.85% -
XYZ 29.79 16.75 4.25 -
YUV 96.83 99.32 213 -
System Red Green Blue C M Y K H S L
Decimal 216 46 46 0 0.79 0.79 0.15 0 0.69 0.51
Hex D8 2E 2E 0 4F 4F F 0 45 33
Octal 330 56 56 0 117 117 17 0 105 63
Binary 11011000 101110 101110 0 1001111 1001111 1111 0 1000101 110011

Color Harmonies of #D82E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82E2E

Black with #D82E2E

Text Example


Text Example

White with #D82E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82E2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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