Html Css Color HEX #D14030 Persian Red

📋 copy color: '#D14030'

red 209 ◦ green 64 ◦ blue 48

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

Shades of Persian Red #D14030

Tints of Persian Red #D14030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.95%

R = 65.11%
G = 19.94%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D14030 (or 0xD14030) is known color: Persian Red. HEX triplet: D1, 40 and 30. RGB value is (209,64,48). Sum of RGB (Red+Green+Blue) = 209+64+48=321 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.11% from 321); Green value is 64 (25.39% from 255 or 19.94% from 321); Blue value is 48 (19.14% from 255 or 14.95% from 321); Max value from RGB is 209 - color contains mainly: red. Hex color #D14030 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14030 is #2EBFCF. Grayscale: #696969. Windows color (decimal): -3063760 or 3162321. OLE color: 3162321.

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

Color convert

RGB 209 64 48 -
CMYK 0 0.69 0.77 0.18
HSL 5.96º 0.64% 0.5% -
HSV(B) 5.96º 0.77% 0.82% -
XYZ 28.66 17.44 4.65 -
YUV 105.53 95.54 201.8 -
System Red Green Blue C M Y K H S L
Decimal 209 64 48 0 0.69 0.77 0.18 5.96 0.64 0.5
Hex D1 40 30 0 45 4D 12 6 40 32
Octal 321 100 60 0 105 115 22 6 100 62
Binary 11010001 1000000 110000 0 1000101 1001101 10010 110 1000000 110010

Color Harmonies of #D14030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14030

Black with #D14030

Text Example


Text Example

White with #D14030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14030; }

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

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

background-color css

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

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

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

border-color css

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

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

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