Html Css Color HEX #D14340 Persian Red

📋 copy color: '#D14340'

red 209 ◦ green 67 ◦ blue 64

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

Shades of Persian Red #D14340

Tints of Persian Red #D14340

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.71%

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

R = 61.47%
G = 19.71%
B = 18.82%

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

#D14340 (or 0xD14340) is known color: Persian Red. HEX triplet: D1, 43 and 40. RGB value is (209,67,64). Sum of RGB (Red+Green+Blue) = 209+67+64=340 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.47% from 340); Green value is 67 (26.56% from 255 or 19.71% from 340); Blue value is 64 (25.39% from 255 or 18.82% from 340); Max value from RGB is 209 - color contains mainly: red. Hex color #D14340 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14340 is #2EBCBF. Grayscale: #6D6D6D. Windows color (decimal): -3062976 or 4211665. OLE color: 4211665.

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

Color convert

RGB 209 67 64 -
CMYK 0 0.68 0.69 0.18
HSL 1.24º 0.61% 0.54% -
HSV(B) 1.24º 0.69% 0.82% -
XYZ 29.23 17.94 6.77 -
YUV 109.12 102.54 199.24 -
System Red Green Blue C M Y K H S L
Decimal 209 67 64 0 0.68 0.69 0.18 1.24 0.61 0.54
Hex D1 43 40 0 44 45 12 1 3D 36
Octal 321 103 100 0 104 105 22 1 75 66
Binary 11010001 1000011 1000000 0 1000100 1000101 10010 1 111101 110110

Color Harmonies of #D14340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14340

Black with #D14340

Text Example


Text Example

White with #D14340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14340; }

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

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

background-color css

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

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

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

border-color css

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

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

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