Html Css Color HEX #D14240 Persian Red

📋 copy color: '#D14240'

red 209 ◦ green 66 ◦ blue 64

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

Shades of Persian Red #D14240

Tints of Persian Red #D14240

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.47%

 BLUE value IS 64 (25.39% from 255) = 18.88%

R = 61.65%
G = 19.47%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D14240 (or 0xD14240) is known color: Persian Red. HEX triplet: D1, 42 and 40. RGB value is (209,66,64). Sum of RGB (Red+Green+Blue) = 209+66+64=339 (44% of max value = 765). Red value is 209 (82.03% from 255 or 61.65% from 339); Green value is 66 (26.17% from 255 or 19.47% from 339); Blue value is 64 (25.39% from 255 or 18.88% from 339); Max value from RGB is 209 - color contains mainly: red. Hex color #D14240 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14240 is #2EBDBF. Grayscale: #6C6C6C. Windows color (decimal): -3063232 or 4211409. OLE color: 4211409.

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

Color convert

RGB 209 66 64 -
CMYK 0 0.68 0.69 0.18
HSL 0.83º 0.61% 0.54% -
HSV(B) 0.83º 0.69% 0.82% -
XYZ 29.17 17.82 6.75 -
YUV 108.53 102.88 199.66 -
System Red Green Blue C M Y K H S L
Decimal 209 66 64 0 0.68 0.69 0.18 0.83 0.61 0.54
Hex D1 42 40 0 44 45 12 1 3D 36
Octal 321 102 100 0 104 105 22 1 75 66
Binary 11010001 1000010 1000000 0 1000100 1000101 10010 1 111101 110110

Color Harmonies of #D14240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14240

Black with #D14240

Text Example


Text Example

White with #D14240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14240; }

 p { color: rgb(209,66,64); }

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

background-color css

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

 a { background-color: rgb(209,66,64); }

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

border-color css

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

 span { border-color: rgb(209,66,64); }

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