Html Css Color HEX #D12E26 Persian Red

📋 copy color: '#D12E26'

red 209 ◦ green 46 ◦ blue 38

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

Shades of Persian Red #D12E26

Tints of Persian Red #D12E26

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.7%

 BLUE value IS 38 (15.23% from 255) = 12.97%

R = 71.33%
G = 15.7%
B = 12.97%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D12E26 (or 0xD12E26) is known color: Persian Red. HEX triplet: D1, 2E and 26. RGB value is (209,46,38). Sum of RGB (Red+Green+Blue) = 209+46+38=293 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.33% from 293); Green value is 46 (18.36% from 255 or 15.70% from 293); Blue value is 38 (15.23% from 255 or 12.97% from 293); Max value from RGB is 209 - color contains mainly: red. Hex color #D12E26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12E26 is #2ED1D9. Grayscale: #5E5E5E. Windows color (decimal): -3068378 or 2502353. OLE color: 2502353.

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

Color convert

RGB 209 46 38 -
CMYK 0 0.78 0.82 0.18
HSL 2.81º 0.69% 0.48% -
HSV(B) 2.81º 0.82% 0.82% -
XYZ 27.62 15.65 3.4 -
YUV 93.83 96.5 210.15 -
System Red Green Blue C M Y K H S L
Decimal 209 46 38 0 0.78 0.82 0.18 2.81 0.69 0.48
Hex D1 2E 26 0 4E 52 12 3 45 30
Octal 321 56 46 0 116 122 22 3 105 60
Binary 11010001 101110 100110 0 1001110 1010010 10010 11 1000101 110000

Color Harmonies of #D12E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12E26

Black with #D12E26

Text Example


Text Example

White with #D12E26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12E26; }

 p { color: rgb(209,46,38); }

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

background-color css

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

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

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

border-color css

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

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

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