Html Css Color HEX #D12D28 Persian Red

📋 copy color: '#D12D28'

red 209 ◦ green 45 ◦ blue 40

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

Shades of Persian Red #D12D28

Tints of Persian Red #D12D28

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.31%

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

R = 71.09%
G = 15.31%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D12D28 (or 0xD12D28) is known color: Persian Red. HEX triplet: D1, 2D and 28. RGB value is (209,45,40). Sum of RGB (Red+Green+Blue) = 209+45+40=294 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.09% from 294); Green value is 45 (17.97% from 255 or 15.31% from 294); Blue value is 40 (16.02% from 255 or 13.61% from 294); Max value from RGB is 209 - color contains mainly: red. Hex color #D12D28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12D28 is #2ED2D7. Grayscale: #5D5D5D. Windows color (decimal): -3068632 or 2633169. OLE color: 2633169.

HSL color Cylindrical-coordinate representation of color #D12D28: hue angle of 1.78º 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 #D12D28 is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 45 40 -
CMYK 0 0.78 0.81 0.18
HSL 1.78º 0.68% 0.49% -
HSV(B) 1.78º 0.81% 0.82% -
XYZ 27.62 15.59 3.56 -
YUV 93.47 97.83 210.41 -
System Red Green Blue C M Y K H S L
Decimal 209 45 40 0 0.78 0.81 0.18 1.78 0.68 0.49
Hex D1 2D 28 0 4E 51 12 2 44 31
Octal 321 55 50 0 116 121 22 2 104 61
Binary 11010001 101101 101000 0 1001110 1010001 10010 10 1000100 110001

Color Harmonies of #D12D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12D28

Black with #D12D28

Text Example


Text Example

White with #D12D28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12D28; }

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

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

background-color css

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

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

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

border-color css

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

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

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