Html Css Color HEX #D34039 Persian Red

📋 copy color: '#D34039'

red 211 ◦ green 64 ◦ blue 57

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

Shades of Persian Red #D34039

Tints of Persian Red #D34039

RGB

 RED value IS 211 (82.81% from 255) = 63.55%

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

 BLUE value IS 57 (22.66% from 255) = 17.17%

R = 63.55%
G = 19.28%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#D34039 (or 0xD34039) is known color: Persian Red. HEX triplet: D3, 40 and 39. RGB value is (211,64,57). Sum of RGB (Red+Green+Blue) = 211+64+57=332 (43% of max value = 765). Red value is 211 (82.81% from 255 or 63.55% from 332); Green value is 64 (25.39% from 255 or 19.28% from 332); Blue value is 57 (22.66% from 255 or 17.17% from 332); Max value from RGB is 211 - color contains mainly: red. Hex color #D34039 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D34039 is #2CBFC6. Grayscale: #6B6B6B. Windows color (decimal): -2932679 or 3752147. OLE color: 3752147.

HSL color Cylindrical-coordinate representation of color #D34039: hue angle of 2.73º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D34039 is Cyan = 0, Magento = 0.70, Yellow = 0.73 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 64 57 -
CMYK 0 0.70 0.73 0.17
HSL 2.73º 0.64% 0.53% -
HSV(B) 2.73º 0.73% 0.83% -
XYZ 29.44 17.81 5.76 -
YUV 107.16 99.7 202.07 -
System Red Green Blue C M Y K H S L
Decimal 211 64 57 0 0.70 0.73 0.17 2.73 0.64 0.53
Hex D3 40 39 0 46 49 11 3 40 35
Octal 323 100 71 0 106 111 21 3 100 65
Binary 11010011 1000000 111001 0 1000110 1001001 10001 11 1000000 110101

Color Harmonies of #D34039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34039

Black with #D34039

Text Example


Text Example

White with #D34039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34039; }

 p { color: rgb(211,64,57); }

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

background-color css

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

 a { background-color: rgb(211,64,57); }

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

border-color css

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

 span { border-color: rgb(211,64,57); }

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