Html Css Color HEX #D14136 Persian Red

📋 copy color: '#D14136'

red 209 ◦ green 65 ◦ blue 54

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

Shades of Persian Red #D14136

Tints of Persian Red #D14136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 16.46%

R = 63.72%
G = 19.82%
B = 16.46%

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

#D14136 (or 0xD14136) is known color: Persian Red. HEX triplet: D1, 41 and 36. RGB value is (209,65,54). Sum of RGB (Red+Green+Blue) = 209+65+54=328 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.72% from 328); Green value is 65 (25.78% from 255 or 19.82% from 328); Blue value is 54 (21.48% from 255 or 16.46% from 328); Max value from RGB is 209 - color contains mainly: red. Hex color #D14136 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14136 is #2EBEC9. Grayscale: #6A6A6A. Windows color (decimal): -3063498 or 3555793. OLE color: 3555793.

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

Color convert

RGB 209 65 54 -
CMYK 0 0.69 0.74 0.18
HSL 4.26º 0.63% 0.52% -
HSV(B) 4.26º 0.74% 0.82% -
XYZ 28.85 17.6 5.37 -
YUV 106.8 98.21 200.89 -
System Red Green Blue C M Y K H S L
Decimal 209 65 54 0 0.69 0.74 0.18 4.26 0.63 0.52
Hex D1 41 36 0 45 4A 12 4 3F 34
Octal 321 101 66 0 105 112 22 4 77 64
Binary 11010001 1000001 110110 0 1000101 1001010 10010 100 111111 110100

Color Harmonies of #D14136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14136

Black with #D14136

Text Example


Text Example

White with #D14136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14136; }

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

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

background-color css

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

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

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

border-color css

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

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

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