Html Css Color HEX #D12321 Persian Red

📋 copy color: '#D12321'

red 209 ◦ green 35 ◦ blue 33

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

Shades of Persian Red #D12321

Tints of Persian Red #D12321

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.64%

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

R = 75.45%
G = 12.64%
B = 11.91%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D12321 (or 0xD12321) is known color: Persian Red. HEX triplet: D1, 23 and 21. RGB value is (209,35,33). Sum of RGB (Red+Green+Blue) = 209+35+33=277 (36% of max value = 765). Red value is 209 (82.03% from 255 or 75.45% from 277); Green value is 35 (14.06% from 255 or 12.64% from 277); Blue value is 33 (13.28% from 255 or 11.91% from 277); Max value from RGB is 209 - color contains mainly: red. Hex color #D12321 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12321 is #2EDCDE. Grayscale: #565656. Windows color (decimal): -3071199 or 2171857. OLE color: 2171857.

HSL color Cylindrical-coordinate representation of color #D12321: 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.84%. Process color model (Four color, CMYK) of #D12321 is Cyan = 0, Magento = 0.83, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 35 33 -
CMYK 0 0.83 0.84 0.18
HSL 0.68º 0.73% 0.47% -
HSV(B) 0.68º 0.84% 0.82% -
XYZ 27.17 14.87 2.88 -
YUV 86.8 97.65 215.16 -
System Red Green Blue C M Y K H S L
Decimal 209 35 33 0 0.83 0.84 0.18 0.68 0.73 0.47
Hex D1 23 21 0 53 54 12 1 49 2F
Octal 321 43 41 0 123 124 22 1 111 57
Binary 11010001 100011 100001 0 1010011 1010100 10010 1 1001001 101111

Color Harmonies of #D12321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12321

Black with #D12321

Text Example


Text Example

White with #D12321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12321; }

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

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

background-color css

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

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

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

border-color css

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

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

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