Html Css Color HEX #D14339 Persian Red

📋 copy color: '#D14339'

red 209 ◦ green 67 ◦ blue 57

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

Shades of Persian Red #D14339

Tints of Persian Red #D14339

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 17.12%

R = 62.76%
G = 20.12%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D14339 (or 0xD14339) is known color: Persian Red. HEX triplet: D1, 43 and 39. RGB value is (209,67,57). Sum of RGB (Red+Green+Blue) = 209+67+57=333 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.76% from 333); Green value is 67 (26.56% from 255 or 20.12% from 333); Blue value is 57 (22.66% from 255 or 17.12% from 333); Max value from RGB is 209 - color contains mainly: red. Hex color #D14339 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14339 is #2EBCC6. Grayscale: #6C6C6C. Windows color (decimal): -3062983 or 3752913. OLE color: 3752913.

HSL color Cylindrical-coordinate representation of color #D14339: hue angle of 3.95º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D14339 is Cyan = 0, Magento = 0.68, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 67 57 -
CMYK 0 0.68 0.73 0.18
HSL 3.95º 0.62% 0.52% -
HSV(B) 3.95º 0.73% 0.82% -
XYZ 29.04 17.87 5.79 -
YUV 108.32 99.04 199.81 -
System Red Green Blue C M Y K H S L
Decimal 209 67 57 0 0.68 0.73 0.18 3.95 0.62 0.52
Hex D1 43 39 0 44 49 12 4 3E 34
Octal 321 103 71 0 104 111 22 4 76 64
Binary 11010001 1000011 111001 0 1000100 1001001 10010 100 111110 110100

Color Harmonies of #D14339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14339

Black with #D14339

Text Example


Text Example

White with #D14339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14339; }

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

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

background-color css

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

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

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

border-color css

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

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

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