Html Css Color HEX #D12220 Persian Red

📋 copy color: '#D12220'

red 209 ◦ green 34 ◦ blue 32

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

Shades of Persian Red #D12220

Tints of Persian Red #D12220

RGB

 RED value IS 209 (82.03% from 255) = 76%

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

 BLUE value IS 32 (12.89% from 255) = 11.64%

R = 76%
G = 12.36%
B = 11.64%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D12220 (or 0xD12220) is known color: Persian Red. HEX triplet: D1, 22 and 20. RGB value is (209,34,32). Sum of RGB (Red+Green+Blue) = 209+34+32=275 (36% of max value = 765). Red value is 209 (82.03% from 255 or 76% from 275); Green value is 34 (13.67% from 255 or 12.36% from 275); Blue value is 32 (12.89% from 255 or 11.64% from 275); Max value from RGB is 209 - color contains mainly: red. Hex color #D12220 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12220 is #2EDDDF. Grayscale: #565656. Windows color (decimal): -3071456 or 2106065. OLE color: 2106065.

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

Color convert

RGB 209 34 32 -
CMYK 0 0.84 0.85 0.18
HSL 0.68º 0.73% 0.47% -
HSV(B) 0.68º 0.85% 0.82% -
XYZ 27.13 14.8 2.79 -
YUV 86.1 97.48 215.66 -
System Red Green Blue C M Y K H S L
Decimal 209 34 32 0 0.84 0.85 0.18 0.68 0.73 0.47
Hex D1 22 20 0 54 55 12 1 49 2F
Octal 321 42 40 0 124 125 22 1 111 57
Binary 11010001 100010 100000 0 1010100 1010101 10010 1 1001001 101111

Color Harmonies of #D12220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12220

Black with #D12220

Text Example


Text Example

White with #D12220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12220; }

 p { color: rgb(209,34,32); }

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

background-color css

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

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

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

border-color css

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

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

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