Html Css Color HEX #D34540 Cinnabar

📋 copy color: '#D34540'

red 211 ◦ green 69 ◦ blue 64

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

Shades of Cinnabar #D34540

Tints of Cinnabar #D34540

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.06%

 BLUE value IS 64 (25.39% from 255) = 18.6%

R = 61.34%
G = 20.06%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.70

 K value IS 0.17

RGB Variations

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

Color information

#D34540 (or 0xD34540) is known color: Cinnabar. HEX triplet: D3, 45 and 40. RGB value is (211,69,64). Sum of RGB (Red+Green+Blue) = 211+69+64=344 (45% of max value = 765). Red value is 211 (82.81% from 255 or 61.34% from 344); Green value is 69 (27.34% from 255 or 20.06% from 344); Blue value is 64 (25.39% from 255 or 18.60% from 344); Max value from RGB is 211 - color contains mainly: red. Hex color #D34540 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D34540 is #2CBABF. Grayscale: #6F6F6F. Windows color (decimal): -2931392 or 4212179. OLE color: 4212179.

HSL color Cylindrical-coordinate representation of color #D34540: hue angle of 2.04º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D34540 is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 69 64 -
CMYK 0 0.67 0.70 0.17
HSL 2.04º 0.63% 0.54% -
HSV(B) 2.04º 0.7% 0.83% -
XYZ 29.92 18.48 6.84 -
YUV 110.89 101.54 199.41 -
System Red Green Blue C M Y K H S L
Decimal 211 69 64 0 0.67 0.70 0.17 2.04 0.63 0.54
Hex D3 45 40 0 43 46 11 2 3F 36
Octal 323 105 100 0 103 106 21 2 77 66
Binary 11010011 1000101 1000000 0 1000011 1000110 10001 10 111111 110110

Color Harmonies of #D34540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34540

Black with #D34540

Text Example


Text Example

White with #D34540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34540; }

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

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

background-color css

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

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

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

border-color css

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

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

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