Html Css Color HEX #D14242 Persian Red

📋 copy color: '#D14242'

red 209 ◦ green 66 ◦ blue 66

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

Shades of Persian Red #D14242

Tints of Persian Red #D14242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 19.35%

R = 61.29%
G = 19.35%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D14242 (or 0xD14242) is known color: Persian Red. HEX triplet: D1, 42 and 42. RGB value is (209,66,66). Sum of RGB (Red+Green+Blue) = 209+66+66=341 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.29% from 341); Green value is 66 (26.17% from 255 or 19.35% from 341); Blue value is 66 (26.17% from 255 or 19.35% from 341); Max value from RGB is 209 - color contains mainly: red. Hex color #D14242 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14242 is #2EBDBD. Grayscale: #6C6C6C. Windows color (decimal): -3063230 or 4342481. OLE color: 4342481.

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

Color convert

RGB 209 66 66 -
CMYK 0 0.68 0.68 0.18
HSL 0.61% 0.54% -
HSV(B) 0.68% 0.82% -
XYZ 29.23 17.85 7.06 -
YUV 108.76 103.88 199.5 -
System Red Green Blue C M Y K H S L
Decimal 209 66 66 0 0.68 0.68 0.18 0 0.61 0.54
Hex D1 42 42 0 44 44 12 0 3D 36
Octal 321 102 102 0 104 104 22 0 75 66
Binary 11010001 1000010 1000010 0 1000100 1000100 10010 0 111101 110110

Color Harmonies of #D14242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14242

Black with #D14242

Text Example


Text Example

White with #D14242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14242; }

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

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

background-color css

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

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

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

border-color css

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

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

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