Html Css Color HEX #D82A27 Persian Red

📋 copy color: '#D82A27'

red 216 ◦ green 42 ◦ blue 39

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

Shades of Persian Red #D82A27

Tints of Persian Red #D82A27

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.14%

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

R = 72.73%
G = 14.14%
B = 13.13%

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

#D82A27 (or 0xD82A27) is known color: Persian Red. HEX triplet: D8, 2A and 27. RGB value is (216,42,39). Sum of RGB (Red+Green+Blue) = 216+42+39=297 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.73% from 297); Green value is 42 (16.80% from 255 or 14.14% from 297); Blue value is 39 (15.62% from 255 or 13.13% from 297); Max value from RGB is 216 - color contains mainly: red. Hex color #D82A27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82A27 is #27D5D8. Grayscale: #5D5D5D. Windows color (decimal): -2610649 or 2566872. OLE color: 2566872.

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

Color convert

RGB 216 42 39 -
CMYK 0 0.81 0.82 0.15
HSL 1.02º 0.69% 0.5% -
HSV(B) 1.02º 0.82% 0.85% -
XYZ 29.51 16.4 3.53 -
YUV 93.68 97.15 215.24 -
System Red Green Blue C M Y K H S L
Decimal 216 42 39 0 0.81 0.82 0.15 1.02 0.69 0.5
Hex D8 2A 27 0 51 52 F 1 45 32
Octal 330 52 47 0 121 122 17 1 105 62
Binary 11011000 101010 100111 0 1010001 1010010 1111 1 1000101 110010

Color Harmonies of #D82A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82A27

Black with #D82A27

Text Example


Text Example

White with #D82A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82A27; }

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

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

background-color css

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

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

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

border-color css

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

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

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