Html Css Color HEX #D14035 Persian Red

📋 copy color: '#D14035'

red 209 ◦ green 64 ◦ blue 53

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

Shades of Persian Red #D14035

Tints of Persian Red #D14035

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.63%

 BLUE value IS 53 (21.09% from 255) = 16.26%

R = 64.11%
G = 19.63%
B = 16.26%

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

#D14035 (or 0xD14035) is known color: Persian Red. HEX triplet: D1, 40 and 35. RGB value is (209,64,53). Sum of RGB (Red+Green+Blue) = 209+64+53=326 (43% of max value = 765). Red value is 209 (82.03% from 255 or 64.11% from 326); Green value is 64 (25.39% from 255 or 19.63% from 326); Blue value is 53 (21.09% from 255 or 16.26% from 326); Max value from RGB is 209 - color contains mainly: red. Hex color #D14035 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14035 is #2EBFCA. Grayscale: #6A6A6A. Windows color (decimal): -3063755 or 3490001. OLE color: 3490001.

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

Color convert

RGB 209 64 53 -
CMYK 0 0.69 0.75 0.18
HSL 4.23º 0.63% 0.51% -
HSV(B) 4.23º 0.75% 0.82% -
XYZ 28.77 17.48 5.23 -
YUV 106.1 98.04 201.39 -
System Red Green Blue C M Y K H S L
Decimal 209 64 53 0 0.69 0.75 0.18 4.23 0.63 0.51
Hex D1 40 35 0 45 4B 12 4 3F 33
Octal 321 100 65 0 105 113 22 4 77 63
Binary 11010001 1000000 110101 0 1000101 1001011 10010 100 111111 110011

Color Harmonies of #D14035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14035

Black with #D14035

Text Example


Text Example

White with #D14035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14035; }

 p { color: rgb(209,64,53); }

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

background-color css

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

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

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

border-color css

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

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

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