Html Css Color HEX #D14141 Persian Red

📋 copy color: '#D14141'

red 209 ◦ green 65 ◦ blue 65

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

Shades of Persian Red #D14141

Tints of Persian Red #D14141

RGB

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

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

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

R = 61.65%
G = 19.17%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D14141 (or 0xD14141) is known color: Persian Red. HEX triplet: D1, 41 and 41. RGB value is (209,65,65). Sum of RGB (Red+Green+Blue) = 209+65+65=339 (44% of max value = 765). Red value is 209 (82.03% from 255 or 61.65% from 339); Green value is 65 (25.78% from 255 or 19.17% from 339); Blue value is 65 (25.78% from 255 or 19.17% from 339); Max value from RGB is 209 - color contains mainly: red. Hex color #D14141 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14141 is #2EBEBE. Grayscale: #6C6C6C. Windows color (decimal): -3063487 or 4276689. OLE color: 4276689.

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

Color convert

RGB 209 65 65 -
CMYK 0 0.69 0.69 0.18
HSL 0.61% 0.54% -
HSV(B) 0.69% 0.82% -
XYZ 29.14 17.72 6.89 -
YUV 108.06 103.71 200 -
System Red Green Blue C M Y K H S L
Decimal 209 65 65 0 0.69 0.69 0.18 0 0.61 0.54
Hex D1 41 41 0 45 45 12 0 3D 36
Octal 321 101 101 0 105 105 22 0 75 66
Binary 11010001 1000001 1000001 0 1000101 1000101 10010 0 111101 110110

Color Harmonies of #D14141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14141

Black with #D14141

Text Example


Text Example

White with #D14141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14141; }

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

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

background-color css

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

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

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

border-color css

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

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

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