Html Css Color HEX #D14241 Persian Red

📋 copy color: '#D14241'

red 209 ◦ green 66 ◦ blue 65

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

Shades of Persian Red #D14241

Tints of Persian Red #D14241

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.41%

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

R = 61.47%
G = 19.41%
B = 19.12%

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

#D14241 (or 0xD14241) is known color: Persian Red. HEX triplet: D1, 42 and 41. RGB value is (209,66,65). Sum of RGB (Red+Green+Blue) = 209+66+65=340 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.47% from 340); Green value is 66 (26.17% from 255 or 19.41% from 340); Blue value is 65 (25.78% from 255 or 19.12% from 340); Max value from RGB is 209 - color contains mainly: red. Hex color #D14241 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14241 is #2EBDBE. Grayscale: #6C6C6C. Windows color (decimal): -3063231 or 4276945. OLE color: 4276945.

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

Color convert

RGB 209 66 65 -
CMYK 0 0.68 0.69 0.18
HSL 0.42º 0.61% 0.54% -
HSV(B) 0.42º 0.69% 0.82% -
XYZ 29.2 17.83 6.9 -
YUV 108.64 103.38 199.58 -
System Red Green Blue C M Y K H S L
Decimal 209 66 65 0 0.68 0.69 0.18 0.42 0.61 0.54
Hex D1 42 41 0 44 45 12 0 3D 36
Octal 321 102 101 0 104 105 22 0 75 66
Binary 11010001 1000010 1000001 0 1000100 1000101 10010 0 111101 110110

Color Harmonies of #D14241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14241

Black with #D14241

Text Example


Text Example

White with #D14241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14241; }

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

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

background-color css

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

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

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

border-color css

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

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

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