Html Css Color HEX #D14137 Persian Red

📋 copy color: '#D14137'

red 209 ◦ green 65 ◦ blue 55

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

Shades of Persian Red #D14137

Tints of Persian Red #D14137

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.76%

 BLUE value IS 55 (21.88% from 255) = 16.72%

R = 63.53%
G = 19.76%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#D14137 (or 0xD14137) is known color: Persian Red. HEX triplet: D1, 41 and 37. RGB value is (209,65,55). Sum of RGB (Red+Green+Blue) = 209+65+55=329 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.53% from 329); Green value is 65 (25.78% from 255 or 19.76% from 329); Blue value is 55 (21.88% from 255 or 16.72% from 329); Max value from RGB is 209 - color contains mainly: red. Hex color #D14137 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14137 is #2EBEC8. Grayscale: #6B6B6B. Windows color (decimal): -3063497 or 3621329. OLE color: 3621329.

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

Color convert

RGB 209 65 55 -
CMYK 0 0.69 0.74 0.18
HSL 3.9º 0.63% 0.52% -
HSV(B) 3.9º 0.74% 0.82% -
XYZ 28.87 17.61 5.49 -
YUV 106.92 98.71 200.81 -
System Red Green Blue C M Y K H S L
Decimal 209 65 55 0 0.69 0.74 0.18 3.9 0.63 0.52
Hex D1 41 37 0 45 4A 12 4 3F 34
Octal 321 101 67 0 105 112 22 4 77 64
Binary 11010001 1000001 110111 0 1000101 1001010 10010 100 111111 110100

Color Harmonies of #D14137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14137

Black with #D14137

Text Example


Text Example

White with #D14137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14137; }

 p { color: rgb(209,65,55); }

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

background-color css

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

 a { background-color: rgb(209,65,55); }

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

border-color css

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

 span { border-color: rgb(209,65,55); }

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