Html Css Color HEX #D82721 Persian Red

📋 copy color: '#D82721'

red 216 ◦ green 39 ◦ blue 33

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

Shades of Persian Red #D82721

Tints of Persian Red #D82721

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.54%

 BLUE value IS 33 (13.28% from 255) = 11.46%

R = 75%
G = 13.54%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#D82721 (or 0xD82721) is known color: Persian Red. HEX triplet: D8, 27 and 21. RGB value is (216,39,33). Sum of RGB (Red+Green+Blue) = 216+39+33=288 (38% of max value = 765). Red value is 216 (84.77% from 255 or 75% from 288); Green value is 39 (15.62% from 255 or 13.54% from 288); Blue value is 33 (13.28% from 255 or 11.46% from 288); Max value from RGB is 216 - color contains mainly: red. Hex color #D82721 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82721 is #27D8DE. Grayscale: #5B5B5B. Windows color (decimal): -2611423 or 2172888. OLE color: 2172888.

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

Color convert

RGB 216 39 33 -
CMYK 0 0.82 0.85 0.15
HSL 1.97º 0.73% 0.49% -
HSV(B) 1.97º 0.85% 0.85% -
XYZ 29.32 16.16 3.01 -
YUV 91.24 95.14 216.99 -
System Red Green Blue C M Y K H S L
Decimal 216 39 33 0 0.82 0.85 0.15 1.97 0.73 0.49
Hex D8 27 21 0 52 55 F 2 49 31
Octal 330 47 41 0 122 125 17 2 111 61
Binary 11011000 100111 100001 0 1010010 1010101 1111 10 1001001 110001

Color Harmonies of #D82721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82721

Black with #D82721

Text Example


Text Example

White with #D82721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82721; }

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

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

background-color css

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

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

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

border-color css

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

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

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