Html Css Color HEX #D43024 Persian Red

📋 copy color: '#D43024'

red 212 ◦ green 48 ◦ blue 36

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

Shades of Persian Red #D43024

Tints of Persian Red #D43024

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.22%

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

R = 71.62%
G = 16.22%
B = 12.16%

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

#D43024 (or 0xD43024) is known color: Persian Red. HEX triplet: D4, 30 and 24. RGB value is (212,48,36). Sum of RGB (Red+Green+Blue) = 212+48+36=296 (39% of max value = 765). Red value is 212 (83.20% from 255 or 71.62% from 296); Green value is 48 (19.14% from 255 or 16.22% from 296); Blue value is 36 (14.45% from 255 or 12.16% from 296); Max value from RGB is 212 - color contains mainly: red. Hex color #D43024 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43024 is #2BCFDB. Grayscale: #5F5F5F. Windows color (decimal): -2871260 or 2371796. OLE color: 2371796.

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

Color convert

RGB 212 48 36 -
CMYK 0 0.77 0.83 0.17
HSL 4.09º 0.71% 0.49% -
HSV(B) 4.09º 0.83% 0.83% -
XYZ 28.53 16.24 3.3 -
YUV 95.67 94.33 210.98 -
System Red Green Blue C M Y K H S L
Decimal 212 48 36 0 0.77 0.83 0.17 4.09 0.71 0.49
Hex D4 30 24 0 4D 53 11 4 47 31
Octal 324 60 44 0 115 123 21 4 107 61
Binary 11010100 110000 100100 0 1001101 1010011 10001 100 1000111 110001

Color Harmonies of #D43024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43024

Black with #D43024

Text Example


Text Example

White with #D43024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43024; }

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

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

background-color css

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

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

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

border-color css

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

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

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