Html Css Color HEX #D12926 Persian Red

📋 copy color: '#D12926'

red 209 ◦ green 41 ◦ blue 38

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

Shades of Persian Red #D12926

Tints of Persian Red #D12926

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.24%

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

R = 72.57%
G = 14.24%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D12926 (or 0xD12926) is known color: Persian Red. HEX triplet: D1, 29 and 26. RGB value is (209,41,38). Sum of RGB (Red+Green+Blue) = 209+41+38=288 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.57% from 288); Green value is 41 (16.41% from 255 or 14.24% from 288); Blue value is 38 (15.23% from 255 or 13.19% from 288); Max value from RGB is 209 - color contains mainly: red. Hex color #D12926 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12926 is #2ED6D9. Grayscale: #5B5B5B. Windows color (decimal): -3069658 or 2501073. OLE color: 2501073.

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

Color convert

RGB 209 41 38 -
CMYK 0 0.80 0.82 0.18
HSL 1.05º 0.69% 0.48% -
HSV(B) 1.05º 0.82% 0.82% -
XYZ 27.44 15.28 3.34 -
YUV 90.89 98.16 212.24 -
System Red Green Blue C M Y K H S L
Decimal 209 41 38 0 0.80 0.82 0.18 1.05 0.69 0.48
Hex D1 29 26 0 50 52 12 1 45 30
Octal 321 51 46 0 120 122 22 1 105 60
Binary 11010001 101001 100110 0 1010000 1010010 10010 1 1000101 110000

Color Harmonies of #D12926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12926

Black with #D12926

Text Example


Text Example

White with #D12926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12926; }

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

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

background-color css

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

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

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

border-color css

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

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

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