Html Css Color HEX #D42421 Persian Red

📋 copy color: '#D42421'

red 212 ◦ green 36 ◦ blue 33

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

Shades of Persian Red #D42421

Tints of Persian Red #D42421

RGB

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

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

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

R = 75.44%
G = 12.81%
B = 11.74%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.84

 K value IS 0.17

RGB Variations

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

Color information

#D42421 (or 0xD42421) is known color: Persian Red. HEX triplet: D4, 24 and 21. RGB value is (212,36,33). Sum of RGB (Red+Green+Blue) = 212+36+33=281 (37% of max value = 765). Red value is 212 (83.20% from 255 or 75.44% from 281); Green value is 36 (14.45% from 255 or 12.81% from 281); Blue value is 33 (13.28% from 255 or 11.74% from 281); Max value from RGB is 212 - color contains mainly: red. Hex color #D42421 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D42421 is #2BDBDE. Grayscale: #585858. Windows color (decimal): -2874335 or 2172116. OLE color: 2172116.

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

Color convert

RGB 212 36 33 -
CMYK 0 0.83 0.84 0.17
HSL 1.01º 0.73% 0.48% -
HSV(B) 1.01º 0.84% 0.83% -
XYZ 28.06 15.37 2.93 -
YUV 88.28 96.81 216.24 -
System Red Green Blue C M Y K H S L
Decimal 212 36 33 0 0.83 0.84 0.17 1.01 0.73 0.48
Hex D4 24 21 0 53 54 11 1 49 30
Octal 324 44 41 0 123 124 21 1 111 60
Binary 11010100 100100 100001 0 1010011 1010100 10001 1 1001001 110000

Color Harmonies of #D42421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42421

Black with #D42421

Text Example


Text Example

White with #D42421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42421; }

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

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

background-color css

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

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

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

border-color css

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

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

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