Html Css Color HEX #D43028 Persian Red

📋 copy color: '#D43028'

red 212 ◦ green 48 ◦ blue 40

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

Shades of Persian Red #D43028

Tints of Persian Red #D43028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.33%

R = 70.67%
G = 16%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.81

 K value IS 0.17

RGB Variations

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

Color information

#D43028 (or 0xD43028) is known color: Persian Red. HEX triplet: D4, 30 and 28. RGB value is (212,48,40). Sum of RGB (Red+Green+Blue) = 212+48+40=300 (39% of max value = 765). Red value is 212 (83.20% from 255 or 70.67% from 300); Green value is 48 (19.14% from 255 or 16% from 300); Blue value is 40 (16.02% from 255 or 13.33% from 300); Max value from RGB is 212 - color contains mainly: red. Hex color #D43028 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43028 is #2BCFD7. Grayscale: #606060. Windows color (decimal): -2871256 or 2633940. OLE color: 2633940.

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

Color convert

RGB 212 48 40 -
CMYK 0 0.77 0.81 0.17
HSL 2.79º 0.68% 0.49% -
HSV(B) 2.79º 0.81% 0.83% -
XYZ 28.59 16.26 3.64 -
YUV 96.12 96.33 210.65 -
System Red Green Blue C M Y K H S L
Decimal 212 48 40 0 0.77 0.81 0.17 2.79 0.68 0.49
Hex D4 30 28 0 4D 51 11 3 44 31
Octal 324 60 50 0 115 121 21 3 104 61
Binary 11010100 110000 101000 0 1001101 1010001 10001 11 1000100 110001

Color Harmonies of #D43028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43028

Black with #D43028

Text Example


Text Example

White with #D43028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43028; }

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

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

background-color css

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

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

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

border-color css

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

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

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