Html Css Color HEX #D82E2D Persian Red

📋 copy color: '#D82E2D'

red 216 ◦ green 46 ◦ blue 45

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

Shades of Persian Red #D82E2D

Tints of Persian Red #D82E2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.66%

R = 70.36%
G = 14.98%
B = 14.66%

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

#D82E2D (or 0xD82E2D) is known color: Persian Red. HEX triplet: D8, 2E and 2D. RGB value is (216,46,45). Sum of RGB (Red+Green+Blue) = 216+46+45=307 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.36% from 307); Green value is 46 (18.36% from 255 or 14.98% from 307); Blue value is 45 (17.97% from 255 or 14.66% from 307); Max value from RGB is 216 - color contains mainly: red. Hex color #D82E2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82E2D is #27D1D2. Grayscale: #606060. Windows color (decimal): -2609619 or 2961112. OLE color: 2961112.

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

Color convert

RGB 216 46 45 -
CMYK 0 0.79 0.79 0.15
HSL 0.35º 0.69% 0.51% -
HSV(B) 0.35º 0.79% 0.85% -
XYZ 29.77 16.74 4.15 -
YUV 96.72 98.82 213.08 -
System Red Green Blue C M Y K H S L
Decimal 216 46 45 0 0.79 0.79 0.15 0.35 0.69 0.51
Hex D8 2E 2D 0 4F 4F F 0 45 33
Octal 330 56 55 0 117 117 17 0 105 63
Binary 11011000 101110 101101 0 1001111 1001111 1111 0 1000101 110011

Color Harmonies of #D82E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82E2D

Black with #D82E2D

Text Example


Text Example

White with #D82E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82E2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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