Html Css Color HEX #D43124 Persian Red

📋 copy color: '#D43124'

red 212 ◦ green 49 ◦ blue 36

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

Shades of Persian Red #D43124

Tints of Persian Red #D43124

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.5%

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

R = 71.38%
G = 16.5%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.83

 K value IS 0.17

RGB Variations

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

Color information

#D43124 (or 0xD43124) is known color: Persian Red. HEX triplet: D4, 31 and 24. RGB value is (212,49,36). Sum of RGB (Red+Green+Blue) = 212+49+36=297 (39% of max value = 765). Red value is 212 (83.20% from 255 or 71.38% from 297); Green value is 49 (19.53% from 255 or 16.50% from 297); Blue value is 36 (14.45% from 255 or 12.12% from 297); Max value from RGB is 212 - color contains mainly: red. Hex color #D43124 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43124 is #2BCEDB. Grayscale: #606060. Windows color (decimal): -2871004 or 2372052. OLE color: 2372052.

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

Color convert

RGB 212 49 36 -
CMYK 0 0.77 0.83 0.17
HSL 4.43º 0.71% 0.49% -
HSV(B) 4.43º 0.83% 0.83% -
XYZ 28.57 16.32 3.31 -
YUV 96.26 94 210.56 -
System Red Green Blue C M Y K H S L
Decimal 212 49 36 0 0.77 0.83 0.17 4.43 0.71 0.49
Hex D4 31 24 0 4D 53 11 4 47 31
Octal 324 61 44 0 115 123 21 4 107 61
Binary 11010100 110001 100100 0 1001101 1010011 10001 100 1000111 110001

Color Harmonies of #D43124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43124

Black with #D43124

Text Example


Text Example

White with #D43124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43124; }

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

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

background-color css

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

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

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

border-color css

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

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

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