Html Css Color HEX #D82827 Persian Red

📋 copy color: '#D82827'

red 216 ◦ green 40 ◦ blue 39

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

Shades of Persian Red #D82827

Tints of Persian Red #D82827

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.22%

R = 73.22%
G = 13.56%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D82827 (or 0xD82827) is known color: Persian Red. HEX triplet: D8, 28 and 27. RGB value is (216,40,39). Sum of RGB (Red+Green+Blue) = 216+40+39=295 (39% of max value = 765). Red value is 216 (84.77% from 255 or 73.22% from 295); Green value is 40 (16.02% from 255 or 13.56% from 295); Blue value is 39 (15.62% from 255 or 13.22% from 295); Max value from RGB is 216 - color contains mainly: red. Hex color #D82827 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82827 is #27D7D8. Grayscale: #5C5C5C. Windows color (decimal): -2611161 or 2566360. OLE color: 2566360.

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

Color convert

RGB 216 40 39 -
CMYK 0 0.81 0.82 0.15
HSL 0.34º 0.69% 0.5% -
HSV(B) 0.34º 0.82% 0.85% -
XYZ 29.44 16.26 3.51 -
YUV 92.51 97.81 216.08 -
System Red Green Blue C M Y K H S L
Decimal 216 40 39 0 0.81 0.82 0.15 0.34 0.69 0.5
Hex D8 28 27 0 51 52 F 0 45 32
Octal 330 50 47 0 121 122 17 0 105 62
Binary 11011000 101000 100111 0 1010001 1010010 1111 0 1000101 110010

Color Harmonies of #D82827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82827

Black with #D82827

Text Example


Text Example

White with #D82827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82827; }

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

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

background-color css

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

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

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

border-color css

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

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

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