Html Css Color HEX #D14341 Persian Red

📋 copy color: '#D14341'

red 209 ◦ green 67 ◦ blue 65

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

Shades of Persian Red #D14341

Tints of Persian Red #D14341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.06%

R = 61.29%
G = 19.65%
B = 19.06%

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

#D14341 (or 0xD14341) is known color: Persian Red. HEX triplet: D1, 43 and 41. RGB value is (209,67,65). Sum of RGB (Red+Green+Blue) = 209+67+65=341 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.29% from 341); Green value is 67 (26.56% from 255 or 19.65% from 341); Blue value is 65 (25.78% from 255 or 19.06% from 341); Max value from RGB is 209 - color contains mainly: red. Hex color #D14341 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14341 is #2EBCBE. Grayscale: #6D6D6D. Windows color (decimal): -3062975 or 4277201. OLE color: 4277201.

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

Color convert

RGB 209 67 65 -
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.26 17.95 6.92 -
YUV 109.23 103.04 199.16 -
System Red Green Blue C M Y K H S L
Decimal 209 67 65 0 0.68 0.69 0.18 0.83 0.61 0.54
Hex D1 43 41 0 44 45 12 1 3D 36
Octal 321 103 101 0 104 105 22 1 75 66
Binary 11010001 1000011 1000001 0 1000100 1000101 10010 1 111101 110110

Color Harmonies of #D14341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14341

Black with #D14341

Text Example


Text Example

White with #D14341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14341; }

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

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

background-color css

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

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

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

border-color css

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

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

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