Html Css Color HEX #D12A25 Persian Red

📋 copy color: '#D12A25'

red 209 ◦ green 42 ◦ blue 37

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

Shades of Persian Red #D12A25

Tints of Persian Red #D12A25

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.58%

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

R = 72.57%
G = 14.58%
B = 12.85%

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

#D12A25 (or 0xD12A25) is known color: Persian Red. HEX triplet: D1, 2A and 25. RGB value is (209,42,37). Sum of RGB (Red+Green+Blue) = 209+42+37=288 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.57% from 288); Green value is 42 (16.80% from 255 or 14.58% from 288); Blue value is 37 (14.84% from 255 or 12.85% from 288); Max value from RGB is 209 - color contains mainly: red. Hex color #D12A25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12A25 is #2ED5DA. Grayscale: #5B5B5B. Windows color (decimal): -3069403 or 2435793. OLE color: 2435793.

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

Color convert

RGB 209 42 37 -
CMYK 0 0.80 0.82 0.18
HSL 1.74º 0.7% 0.48% -
HSV(B) 1.74º 0.82% 0.82% -
XYZ 27.46 15.34 3.26 -
YUV 91.36 97.33 211.91 -
System Red Green Blue C M Y K H S L
Decimal 209 42 37 0 0.80 0.82 0.18 1.74 0.7 0.48
Hex D1 2A 25 0 50 52 12 2 46 30
Octal 321 52 45 0 120 122 22 2 106 60
Binary 11010001 101010 100101 0 1010000 1010010 10010 10 1000110 110000

Color Harmonies of #D12A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12A25

Black with #D12A25

Text Example


Text Example

White with #D12A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12A25; }

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

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

background-color css

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

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

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

border-color css

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

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

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