Html Css Color HEX #D82D21 Persian Red

📋 copy color: '#D82D21'

red 216 ◦ green 45 ◦ blue 33

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

Shades of Persian Red #D82D21

Tints of Persian Red #D82D21

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.31%

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

R = 73.47%
G = 15.31%
B = 11.22%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#D82D21 (or 0xD82D21) is known color: Persian Red. HEX triplet: D8, 2D and 21. RGB value is (216,45,33). Sum of RGB (Red+Green+Blue) = 216+45+33=294 (38% of max value = 765). Red value is 216 (84.77% from 255 or 73.47% from 294); Green value is 45 (17.97% from 255 or 15.31% from 294); Blue value is 33 (13.28% from 255 or 11.22% from 294); Max value from RGB is 216 - color contains mainly: red. Hex color #D82D21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82D21 is #27D2DE. Grayscale: #5E5E5E. Windows color (decimal): -2609887 or 2174424. OLE color: 2174424.

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

Color convert

RGB 216 45 33 -
CMYK 0 0.79 0.85 0.15
HSL 3.93º 0.73% 0.49% -
HSV(B) 3.93º 0.85% 0.85% -
XYZ 29.53 16.59 3.08 -
YUV 94.76 93.15 214.48 -
System Red Green Blue C M Y K H S L
Decimal 216 45 33 0 0.79 0.85 0.15 3.93 0.73 0.49
Hex D8 2D 21 0 4F 55 F 4 49 31
Octal 330 55 41 0 117 125 17 4 111 61
Binary 11011000 101101 100001 0 1001111 1010101 1111 100 1001001 110001

Color Harmonies of #D82D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82D21

Black with #D82D21

Text Example


Text Example

White with #D82D21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82D21; }

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

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

background-color css

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

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

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

border-color css

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

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

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