Html Css Color HEX #D42424 Persian Red

📋 copy color: '#D42424'

red 212 ◦ green 36 ◦ blue 36

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

Shades of Persian Red #D42424

Tints of Persian Red #D42424

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 12.68%

R = 74.65%
G = 12.68%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.83

 K value IS 0.17

RGB Variations

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

Color information

#D42424 (or 0xD42424) is known color: Persian Red. HEX triplet: D4, 24 and 24. RGB value is (212,36,36). Sum of RGB (Red+Green+Blue) = 212+36+36=284 (37% of max value = 765). Red value is 212 (83.20% from 255 or 74.65% from 284); Green value is 36 (14.45% from 255 or 12.68% from 284); Blue value is 36 (14.45% from 255 or 12.68% from 284); Max value from RGB is 212 - color contains mainly: red. Hex color #D42424 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D42424 is #2BDBDB. Grayscale: #585858. Windows color (decimal): -2874332 or 2368724. OLE color: 2368724.

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

Color convert

RGB 212 36 36 -
CMYK 0 0.83 0.83 0.17
HSL 0.71% 0.49% -
HSV(B) 0.83% 0.83% -
XYZ 28.1 15.39 3.16 -
YUV 88.62 98.31 216 -
System Red Green Blue C M Y K H S L
Decimal 212 36 36 0 0.83 0.83 0.17 0 0.71 0.49
Hex D4 24 24 0 53 53 11 0 47 31
Octal 324 44 44 0 123 123 21 0 107 61
Binary 11010100 100100 100100 0 1010011 1010011 10001 0 1000111 110001

Color Harmonies of #D42424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42424

Black with #D42424

Text Example


Text Example

White with #D42424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42424; }

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

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

background-color css

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

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

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

border-color css

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

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

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