Html Css Color HEX #D12825 Persian Red

📋 copy color: '#D12825'

red 209 ◦ green 40 ◦ blue 37

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

Shades of Persian Red #D12825

Tints of Persian Red #D12825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.94%

R = 73.08%
G = 13.99%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D12825 (or 0xD12825) is known color: Persian Red. HEX triplet: D1, 28 and 25. RGB value is (209,40,37). Sum of RGB (Red+Green+Blue) = 209+40+37=286 (37% of max value = 765). Red value is 209 (82.03% from 255 or 73.08% from 286); Green value is 40 (16.02% from 255 or 13.99% from 286); Blue value is 37 (14.84% from 255 or 12.94% from 286); Max value from RGB is 209 - color contains mainly: red. Hex color #D12825 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12825 is #2ED7DA. Grayscale: #5A5A5A. Windows color (decimal): -3069915 or 2435281. OLE color: 2435281.

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

Color convert

RGB 209 40 37 -
CMYK 0 0.81 0.82 0.18
HSL 1.05º 0.7% 0.48% -
HSV(B) 1.05º 0.82% 0.82% -
XYZ 27.39 15.21 3.24 -
YUV 90.19 97.99 212.74 -
System Red Green Blue C M Y K H S L
Decimal 209 40 37 0 0.81 0.82 0.18 1.05 0.7 0.48
Hex D1 28 25 0 51 52 12 1 46 30
Octal 321 50 45 0 121 122 22 1 106 60
Binary 11010001 101000 100101 0 1010001 1010010 10010 1 1000110 110000

Color Harmonies of #D12825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12825

Black with #D12825

Text Example


Text Example

White with #D12825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12825; }

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

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

background-color css

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

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

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

border-color css

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

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

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