Html Css Color HEX #D12A27 Persian Red

📋 copy color: '#D12A27'

red 209 ◦ green 42 ◦ blue 39

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

Shades of Persian Red #D12A27

Tints of Persian Red #D12A27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.45%

R = 72.07%
G = 14.48%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D12A27 (or 0xD12A27) is known color: Persian Red. HEX triplet: D1, 2A and 27. RGB value is (209,42,39). Sum of RGB (Red+Green+Blue) = 209+42+39=290 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.07% from 290); Green value is 42 (16.80% from 255 or 14.48% from 290); Blue value is 39 (15.62% from 255 or 13.45% from 290); Max value from RGB is 209 - color contains mainly: red. Hex color #D12A27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12A27 is #2ED5D8. Grayscale: #5B5B5B. Windows color (decimal): -3069401 or 2566865. OLE color: 2566865.

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

Color convert

RGB 209 42 39 -
CMYK 0 0.80 0.81 0.18
HSL 1.06º 0.69% 0.49% -
HSV(B) 1.06º 0.81% 0.82% -
XYZ 27.49 15.36 3.43 -
YUV 91.59 98.33 211.74 -
System Red Green Blue C M Y K H S L
Decimal 209 42 39 0 0.80 0.81 0.18 1.06 0.69 0.49
Hex D1 2A 27 0 50 51 12 1 45 31
Octal 321 52 47 0 120 121 22 1 105 61
Binary 11010001 101010 100111 0 1010000 1010001 10010 1 1000101 110001

Color Harmonies of #D12A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12A27

Black with #D12A27

Text Example


Text Example

White with #D12A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12A27; }

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

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

background-color css

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

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

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

border-color css

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

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

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