Html Css Color HEX #D14234 Persian Red

📋 copy color: '#D14234'

red 209 ◦ green 66 ◦ blue 52

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

Shades of Persian Red #D14234

Tints of Persian Red #D14234

RGB

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

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

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

R = 63.91%
G = 20.18%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D14234 (or 0xD14234) is known color: Persian Red. HEX triplet: D1, 42 and 34. RGB value is (209,66,52). Sum of RGB (Red+Green+Blue) = 209+66+52=327 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.91% from 327); Green value is 66 (26.17% from 255 or 20.18% from 327); Blue value is 52 (20.70% from 255 or 15.90% from 327); Max value from RGB is 209 - color contains mainly: red. Hex color #D14234 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14234 is #2EBDCB. Grayscale: #6B6B6B. Windows color (decimal): -3063244 or 3424977. OLE color: 3424977.

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

Color convert

RGB 209 66 52 -
CMYK 0 0.68 0.75 0.18
HSL 5.35º 0.63% 0.51% -
HSV(B) 5.35º 0.75% 0.82% -
XYZ 28.86 17.7 5.14 -
YUV 107.16 96.88 200.64 -
System Red Green Blue C M Y K H S L
Decimal 209 66 52 0 0.68 0.75 0.18 5.35 0.63 0.51
Hex D1 42 34 0 44 4B 12 5 3F 33
Octal 321 102 64 0 104 113 22 5 77 63
Binary 11010001 1000010 110100 0 1000100 1001011 10010 101 111111 110011

Color Harmonies of #D14234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14234

Black with #D14234

Text Example


Text Example

White with #D14234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14234; }

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

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

background-color css

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

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

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

border-color css

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

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

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