Html Css Color HEX #D14132 Persian Red

📋 copy color: '#D14132'

red 209 ◦ green 65 ◦ blue 50

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

Shades of Persian Red #D14132

Tints of Persian Red #D14132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.43%

R = 64.51%
G = 20.06%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D14132 (or 0xD14132) is known color: Persian Red. HEX triplet: D1, 41 and 32. RGB value is (209,65,50). Sum of RGB (Red+Green+Blue) = 209+65+50=324 (42% of max value = 765). Red value is 209 (82.03% from 255 or 64.51% from 324); Green value is 65 (25.78% from 255 or 20.06% from 324); Blue value is 50 (19.92% from 255 or 15.43% from 324); Max value from RGB is 209 - color contains mainly: red. Hex color #D14132 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14132 is #2EBECD. Grayscale: #6A6A6A. Windows color (decimal): -3063502 or 3293649. OLE color: 3293649.

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

Color convert

RGB 209 65 50 -
CMYK 0 0.69 0.76 0.18
HSL 5.66º 0.63% 0.51% -
HSV(B) 5.66º 0.76% 0.82% -
XYZ 28.76 17.57 4.89 -
YUV 106.35 96.21 201.22 -
System Red Green Blue C M Y K H S L
Decimal 209 65 50 0 0.69 0.76 0.18 5.66 0.63 0.51
Hex D1 41 32 0 45 4C 12 6 3F 33
Octal 321 101 62 0 105 114 22 6 77 63
Binary 11010001 1000001 110010 0 1000101 1001100 10010 110 111111 110011

Color Harmonies of #D14132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14132

Black with #D14132

Text Example


Text Example

White with #D14132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14132; }

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

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

background-color css

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

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

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

border-color css

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

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

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