Html Css Color HEX #D12421 Persian Red

📋 copy color: '#D12421'

red 209 ◦ green 36 ◦ blue 33

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

Shades of Persian Red #D12421

Tints of Persian Red #D12421

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.95%

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

R = 75.18%
G = 12.95%
B = 11.87%

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

#D12421 (or 0xD12421) is known color: Persian Red. HEX triplet: D1, 24 and 21. RGB value is (209,36,33). Sum of RGB (Red+Green+Blue) = 209+36+33=278 (36% of max value = 765). Red value is 209 (82.03% from 255 or 75.18% from 278); Green value is 36 (14.45% from 255 or 12.95% from 278); Blue value is 33 (13.28% from 255 or 11.87% from 278); Max value from RGB is 209 - color contains mainly: red. Hex color #D12421 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12421 is #2EDBDE. Grayscale: #575757. Windows color (decimal): -3070943 or 2172113. OLE color: 2172113.

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

Color convert

RGB 209 36 33 -
CMYK 0 0.83 0.84 0.18
HSL 1.02º 0.73% 0.47% -
HSV(B) 1.02º 0.84% 0.82% -
XYZ 27.2 14.93 2.89 -
YUV 87.39 97.31 214.74 -
System Red Green Blue C M Y K H S L
Decimal 209 36 33 0 0.83 0.84 0.18 1.02 0.73 0.47
Hex D1 24 21 0 53 54 12 1 49 2F
Octal 321 44 41 0 123 124 22 1 111 57
Binary 11010001 100100 100001 0 1010011 1010100 10010 1 1001001 101111

Color Harmonies of #D12421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12421

Black with #D12421

Text Example


Text Example

White with #D12421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12421; }

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

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

background-color css

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

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

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

border-color css

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

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

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