Html Css Color HEX #D14438 Cinnabar

📋 copy color: '#D14438'

red 209 ◦ green 68 ◦ blue 56

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

Shades of Cinnabar #D14438

Tints of Cinnabar #D14438

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.42%

 BLUE value IS 56 (22.27% from 255) = 16.82%

R = 62.76%
G = 20.42%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D14438 (or 0xD14438) is known color: Cinnabar. HEX triplet: D1, 44 and 38. RGB value is (209,68,56). Sum of RGB (Red+Green+Blue) = 209+68+56=333 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.76% from 333); Green value is 68 (26.95% from 255 or 20.42% from 333); Blue value is 56 (22.27% from 255 or 16.82% from 333); Max value from RGB is 209 - color contains mainly: red. Hex color #D14438 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14438 is #2EBBC7. Grayscale: #6C6C6C. Windows color (decimal): -3062728 or 3687633. OLE color: 3687633.

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

Color convert

RGB 209 68 56 -
CMYK 0 0.67 0.73 0.18
HSL 4.71º 0.62% 0.52% -
HSV(B) 4.71º 0.73% 0.82% -
XYZ 29.08 17.98 5.68 -
YUV 108.79 98.21 199.48 -
System Red Green Blue C M Y K H S L
Decimal 209 68 56 0 0.67 0.73 0.18 4.71 0.62 0.52
Hex D1 44 38 0 43 49 12 5 3E 34
Octal 321 104 70 0 103 111 22 5 76 64
Binary 11010001 1000100 111000 0 1000011 1001001 10010 101 111110 110100

Color Harmonies of #D14438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14438

Black with #D14438

Text Example


Text Example

White with #D14438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14438; }

 p { color: rgb(209,68,56); }

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

background-color css

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

 a { background-color: rgb(209,68,56); }

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

border-color css

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

 span { border-color: rgb(209,68,56); }

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