Html Css Color HEX #D12828 Persian Red

📋 copy color: '#D12828'

red 209 ◦ green 40 ◦ blue 40

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

Shades of Persian Red #D12828

Tints of Persian Red #D12828

RGB

 RED value IS 209 (82.03% from 255) = 72.32%

 GREEN value IS 40 (16.02% from 255) = 13.84%

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

R = 72.32%
G = 13.84%
B = 13.84%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D12828 (or 0xD12828) is known color: Persian Red. HEX triplet: D1, 28 and 28. RGB value is (209,40,40). Sum of RGB (Red+Green+Blue) = 209+40+40=289 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.32% from 289); Green value is 40 (16.02% from 255 or 13.84% from 289); Blue value is 40 (16.02% from 255 or 13.84% from 289); Max value from RGB is 209 - color contains mainly: red. Hex color #D12828 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12828 is #2ED7D7. Grayscale: #5A5A5A. Windows color (decimal): -3069912 or 2631889. OLE color: 2631889.

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

Color convert

RGB 209 40 40 -
CMYK 0 0.81 0.81 0.18
HSL 0.68% 0.49% -
HSV(B) 0.81% 0.82% -
XYZ 27.44 15.23 3.5 -
YUV 90.53 99.49 212.5 -
System Red Green Blue C M Y K H S L
Decimal 209 40 40 0 0.81 0.81 0.18 0 0.68 0.49
Hex D1 28 28 0 51 51 12 0 44 31
Octal 321 50 50 0 121 121 22 0 104 61
Binary 11010001 101000 101000 0 1010001 1010001 10010 0 1000100 110001

Color Harmonies of #D12828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12828

Black with #D12828

Text Example


Text Example

White with #D12828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12828; }

 p { color: rgb(209,40,40); }

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

background-color css

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

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

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

border-color css

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

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

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