Html Css Color HEX #D14134 Persian Red

📋 copy color: '#D14134'

red 209 ◦ green 65 ◦ blue 52

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

Shades of Persian Red #D14134

Tints of Persian Red #D14134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 15.95%

R = 64.11%
G = 19.94%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D14134 (or 0xD14134) is known color: Persian Red. HEX triplet: D1, 41 and 34. RGB value is (209,65,52). Sum of RGB (Red+Green+Blue) = 209+65+52=326 (43% of max value = 765). Red value is 209 (82.03% from 255 or 64.11% from 326); Green value is 65 (25.78% from 255 or 19.94% from 326); Blue value is 52 (20.70% from 255 or 15.95% from 326); Max value from RGB is 209 - color contains mainly: red. Hex color #D14134 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14134 is #2EBECB. Grayscale: #6A6A6A. Windows color (decimal): -3063500 or 3424721. OLE color: 3424721.

HSL color Cylindrical-coordinate representation of color #D14134: hue angle of 4.97º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D14134 is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 65 52 -
CMYK 0 0.69 0.75 0.18
HSL 4.97º 0.63% 0.51% -
HSV(B) 4.97º 0.75% 0.82% -
XYZ 28.8 17.58 5.12 -
YUV 106.57 97.21 201.06 -
System Red Green Blue C M Y K H S L
Decimal 209 65 52 0 0.69 0.75 0.18 4.97 0.63 0.51
Hex D1 41 34 0 45 4B 12 5 3F 33
Octal 321 101 64 0 105 113 22 5 77 63
Binary 11010001 1000001 110100 0 1000101 1001011 10010 101 111111 110011

Color Harmonies of #D14134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14134

Black with #D14134

Text Example


Text Example

White with #D14134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14134; }

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

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

background-color css

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

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

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

border-color css

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

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

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