Html Css Color HEX #D14232 Persian Red

📋 copy color: '#D14232'

red 209 ◦ green 66 ◦ blue 50

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

Shades of Persian Red #D14232

Tints of Persian Red #D14232

RGB

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

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

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

R = 64.31%
G = 20.31%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D14232 (or 0xD14232) is known color: Persian Red. HEX triplet: D1, 42 and 32. RGB value is (209,66,50). Sum of RGB (Red+Green+Blue) = 209+66+50=325 (43% of max value = 765). Red value is 209 (82.03% from 255 or 64.31% from 325); Green value is 66 (26.17% from 255 or 20.31% from 325); Blue value is 50 (19.92% from 255 or 15.38% from 325); Max value from RGB is 209 - color contains mainly: red. Hex color #D14232 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14232 is #2EBDCD. Grayscale: #6B6B6B. Windows color (decimal): -3063246 or 3293905. OLE color: 3293905.

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

Color convert

RGB 209 66 50 -
CMYK 0 0.68 0.76 0.18
HSL 6.04º 0.63% 0.51% -
HSV(B) 6.04º 0.76% 0.82% -
XYZ 28.82 17.68 4.91 -
YUV 106.93 95.88 200.8 -
System Red Green Blue C M Y K H S L
Decimal 209 66 50 0 0.68 0.76 0.18 6.04 0.63 0.51
Hex D1 42 32 0 44 4C 12 6 3F 33
Octal 321 102 62 0 104 114 22 6 77 63
Binary 11010001 1000010 110010 0 1000100 1001100 10010 110 111111 110011

Color Harmonies of #D14232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14232

Black with #D14232

Text Example


Text Example

White with #D14232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14232; }

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

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

background-color css

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

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

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

border-color css

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

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

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