Html Css Color HEX #D12921 Persian Red

📋 copy color: '#D12921'

red 209 ◦ green 41 ◦ blue 33

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

Shades of Persian Red #D12921

Tints of Persian Red #D12921

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.49%

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

R = 73.85%
G = 14.49%
B = 11.66%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D12921 (or 0xD12921) is known color: Persian Red. HEX triplet: D1, 29 and 21. RGB value is (209,41,33). Sum of RGB (Red+Green+Blue) = 209+41+33=283 (37% of max value = 765). Red value is 209 (82.03% from 255 or 73.85% from 283); Green value is 41 (16.41% from 255 or 14.49% from 283); Blue value is 33 (13.28% from 255 or 11.66% from 283); Max value from RGB is 209 - color contains mainly: red. Hex color #D12921 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12921 is #2ED6DE. Grayscale: #5A5A5A. Windows color (decimal): -3069663 or 2173393. OLE color: 2173393.

HSL color Cylindrical-coordinate representation of color #D12921: hue angle of 2.73º 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 #D12921 is Cyan = 0, Magento = 0.80, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 41 33 -
CMYK 0 0.80 0.84 0.18
HSL 2.73º 0.73% 0.47% -
HSV(B) 2.73º 0.84% 0.82% -
XYZ 27.36 15.25 2.94 -
YUV 90.32 95.66 212.65 -
System Red Green Blue C M Y K H S L
Decimal 209 41 33 0 0.80 0.84 0.18 2.73 0.73 0.47
Hex D1 29 21 0 50 54 12 3 49 2F
Octal 321 51 41 0 120 124 22 3 111 57
Binary 11010001 101001 100001 0 1010000 1010100 10010 11 1001001 101111

Color Harmonies of #D12921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12921

Black with #D12921

Text Example


Text Example

White with #D12921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12921; }

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

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

background-color css

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

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

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

border-color css

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

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

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