Html Css Color HEX #D12221 Persian Red

📋 copy color: '#D12221'

red 209 ◦ green 34 ◦ blue 33

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

Shades of Persian Red #D12221

Tints of Persian Red #D12221

RGB

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

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

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

R = 75.72%
G = 12.32%
B = 11.96%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D12221 (or 0xD12221) is known color: Persian Red. HEX triplet: D1, 22 and 21. RGB value is (209,34,33). Sum of RGB (Red+Green+Blue) = 209+34+33=276 (36% of max value = 765). Red value is 209 (82.03% from 255 or 75.72% from 276); Green value is 34 (13.67% from 255 or 12.32% from 276); Blue value is 33 (13.28% from 255 or 11.96% from 276); Max value from RGB is 209 - color contains mainly: red. Hex color #D12221 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12221 is #2EDDDE. Grayscale: #565656. Windows color (decimal): -3071455 or 2171601. OLE color: 2171601.

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

Color convert

RGB 209 34 33 -
CMYK 0 0.84 0.84 0.18
HSL 0.34º 0.73% 0.47% -
HSV(B) 0.34º 0.84% 0.82% -
XYZ 27.14 14.81 2.87 -
YUV 86.21 97.98 215.58 -
System Red Green Blue C M Y K H S L
Decimal 209 34 33 0 0.84 0.84 0.18 0.34 0.73 0.47
Hex D1 22 21 0 54 54 12 0 49 2F
Octal 321 42 41 0 124 124 22 0 111 57
Binary 11010001 100010 100001 0 1010100 1010100 10010 0 1001001 101111

Color Harmonies of #D12221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12221

Black with #D12221

Text Example


Text Example

White with #D12221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12221; }

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

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

background-color css

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

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

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

border-color css

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

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

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