Html Css Color HEX #D34036 Persian Red

📋 copy color: '#D34036'

red 211 ◦ green 64 ◦ blue 54

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

Shades of Persian Red #D34036

Tints of Persian Red #D34036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 16.41%

R = 64.13%
G = 19.45%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.74

 K value IS 0.17

RGB Variations

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

Color information

#D34036 (or 0xD34036) is known color: Persian Red. HEX triplet: D3, 40 and 36. RGB value is (211,64,54). Sum of RGB (Red+Green+Blue) = 211+64+54=329 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.13% from 329); Green value is 64 (25.39% from 255 or 19.45% from 329); Blue value is 54 (21.48% from 255 or 16.41% from 329); Max value from RGB is 211 - color contains mainly: red. Hex color #D34036 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D34036 is #2CBFC9. Grayscale: #6B6B6B. Windows color (decimal): -2932682 or 3555539. OLE color: 3555539.

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

Color convert

RGB 211 64 54 -
CMYK 0 0.70 0.74 0.17
HSL 3.82º 0.64% 0.52% -
HSV(B) 3.82º 0.74% 0.83% -
XYZ 29.36 17.78 5.37 -
YUV 106.81 98.2 202.31 -
System Red Green Blue C M Y K H S L
Decimal 211 64 54 0 0.70 0.74 0.17 3.82 0.64 0.52
Hex D3 40 36 0 46 4A 11 4 40 34
Octal 323 100 66 0 106 112 21 4 100 64
Binary 11010011 1000000 110110 0 1000110 1001010 10001 100 1000000 110100

Color Harmonies of #D34036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34036

Black with #D34036

Text Example


Text Example

White with #D34036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34036; }

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

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

background-color css

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

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

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

border-color css

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

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

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