Html Css Color HEX #D14337 Cinnabar

📋 copy color: '#D14337'

red 209 ◦ green 67 ◦ blue 55

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

Shades of Cinnabar #D14337

Tints of Cinnabar #D14337

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.24%

 BLUE value IS 55 (21.88% from 255) = 16.62%

R = 63.14%
G = 20.24%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#D14337 (or 0xD14337) is known color: Cinnabar. HEX triplet: D1, 43 and 37. RGB value is (209,67,55). Sum of RGB (Red+Green+Blue) = 209+67+55=331 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.14% from 331); Green value is 67 (26.56% from 255 or 20.24% from 331); Blue value is 55 (21.88% from 255 or 16.62% from 331); Max value from RGB is 209 - color contains mainly: red. Hex color #D14337 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14337 is #2EBCC8. Grayscale: #6C6C6C. Windows color (decimal): -3062985 or 3621841. OLE color: 3621841.

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

Color convert

RGB 209 67 55 -
CMYK 0 0.68 0.74 0.18
HSL 4.68º 0.63% 0.52% -
HSV(B) 4.68º 0.74% 0.82% -
XYZ 28.99 17.85 5.53 -
YUV 108.09 98.04 199.98 -
System Red Green Blue C M Y K H S L
Decimal 209 67 55 0 0.68 0.74 0.18 4.68 0.63 0.52
Hex D1 43 37 0 44 4A 12 5 3F 34
Octal 321 103 67 0 104 112 22 5 77 64
Binary 11010001 1000011 110111 0 1000100 1001010 10010 101 111111 110100

Color Harmonies of #D14337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14337

Black with #D14337

Text Example


Text Example

White with #D14337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14337; }

 p { color: rgb(209,67,55); }

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

background-color css

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

 a { background-color: rgb(209,67,55); }

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

border-color css

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

 span { border-color: rgb(209,67,55); }

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