Html Css Color HEX #D42921 Persian Red

📋 copy color: '#D42921'

red 212 ◦ green 41 ◦ blue 33

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

Shades of Persian Red #D42921

Tints of Persian Red #D42921

RGB

 RED value IS 212 (83.2% from 255) = 74.13%

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

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

R = 74.13%
G = 14.34%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.84

 K value IS 0.17

RGB Variations

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

Color information

#D42921 (or 0xD42921) is known color: Persian Red. HEX triplet: D4, 29 and 21. RGB value is (212,41,33). Sum of RGB (Red+Green+Blue) = 212+41+33=286 (37% of max value = 765). Red value is 212 (83.20% from 255 or 74.13% from 286); Green value is 41 (16.41% from 255 or 14.34% from 286); Blue value is 33 (13.28% from 255 or 11.54% from 286); Max value from RGB is 212 - color contains mainly: red. Hex color #D42921 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D42921 is #2BD6DE. Grayscale: #5B5B5B. Windows color (decimal): -2873055 or 2173396. OLE color: 2173396.

HSL color Cylindrical-coordinate representation of color #D42921: hue angle of 2.68º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D42921 is Cyan = 0, Magento = 0.81, Yellow = 0.84 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 41 33 -
CMYK 0 0.81 0.84 0.17
HSL 2.68º 0.73% 0.48% -
HSV(B) 2.68º 0.84% 0.83% -
XYZ 28.22 15.69 2.98 -
YUV 91.22 95.15 214.15 -
System Red Green Blue C M Y K H S L
Decimal 212 41 33 0 0.81 0.84 0.17 2.68 0.73 0.48
Hex D4 29 21 0 51 54 11 3 49 30
Octal 324 51 41 0 121 124 21 3 111 60
Binary 11010100 101001 100001 0 1010001 1010100 10001 11 1001001 110000

Color Harmonies of #D42921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42921

Black with #D42921

Text Example


Text Example

White with #D42921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42921; }

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

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

background-color css

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

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

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

border-color css

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

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

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