Html Css Color HEX #D82222 Persian Red

📋 copy color: '#D82222'

red 216 ◦ green 34 ◦ blue 34

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

Shades of Persian Red #D82222

Tints of Persian Red #D82222

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.97%

 BLUE value IS 34 (13.67% from 255) = 11.97%

R = 76.06%
G = 11.97%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#D82222 (or 0xD82222) is known color: Persian Red. HEX triplet: D8, 22 and 22. RGB value is (216,34,34). Sum of RGB (Red+Green+Blue) = 216+34+34=284 (37% of max value = 765). Red value is 216 (84.77% from 255 or 76.06% from 284); Green value is 34 (13.67% from 255 or 11.97% from 284); Blue value is 34 (13.67% from 255 or 11.97% from 284); Max value from RGB is 216 - color contains mainly: red. Hex color #D82222 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82222 is #27DDDD. Grayscale: #585858. Windows color (decimal): -2612702 or 2237144. OLE color: 2237144.

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

Color convert

RGB 216 34 34 -
CMYK 0 0.84 0.84 0.15
HSL 0.73% 0.49% -
HSV(B) 0.84% 0.85% -
XYZ 29.18 15.86 3.04 -
YUV 88.42 97.3 219 -
System Red Green Blue C M Y K H S L
Decimal 216 34 34 0 0.84 0.84 0.15 0 0.73 0.49
Hex D8 22 22 0 54 54 F 0 49 31
Octal 330 42 42 0 124 124 17 0 111 61
Binary 11011000 100010 100010 0 1010100 1010100 1111 0 1001001 110001

Color Harmonies of #D82222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82222

Black with #D82222

Text Example


Text Example

White with #D82222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82222; }

 p { color: rgb(216,34,34); }

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

background-color css

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

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

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

border-color css

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

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

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