Html Css Color HEX #D14540 Cinnabar

📋 copy color: '#D14540'

red 209 ◦ green 69 ◦ blue 64

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

Shades of Cinnabar #D14540

Tints of Cinnabar #D14540

RGB

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

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

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

R = 61.11%
G = 20.18%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D14540 (or 0xD14540) is known color: Cinnabar. HEX triplet: D1, 45 and 40. RGB value is (209,69,64). Sum of RGB (Red+Green+Blue) = 209+69+64=342 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.11% from 342); Green value is 69 (27.34% from 255 or 20.18% from 342); Blue value is 64 (25.39% from 255 or 18.71% from 342); Max value from RGB is 209 - color contains mainly: red. Hex color #D14540 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14540 is #2EBABF. Grayscale: #6E6E6E. Windows color (decimal): -3062464 or 4212177. OLE color: 4212177.

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

Color convert

RGB 209 69 64 -
CMYK 0 0.67 0.69 0.18
HSL 2.07º 0.61% 0.54% -
HSV(B) 2.07º 0.69% 0.82% -
XYZ 29.35 18.18 6.81 -
YUV 110.29 101.88 198.41 -
System Red Green Blue C M Y K H S L
Decimal 209 69 64 0 0.67 0.69 0.18 2.07 0.61 0.54
Hex D1 45 40 0 43 45 12 2 3D 36
Octal 321 105 100 0 103 105 22 2 75 66
Binary 11010001 1000101 1000000 0 1000011 1000101 10010 10 111101 110110

Color Harmonies of #D14540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14540

Black with #D14540

Text Example


Text Example

White with #D14540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14540; }

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

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

background-color css

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

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

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

border-color css

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

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

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