Html Css Color HEX #D14332 Cinnabar

📋 copy color: '#D14332'

red 209 ◦ green 67 ◦ blue 50

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

Shades of Cinnabar #D14332

Tints of Cinnabar #D14332

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.34%

R = 64.11%
G = 20.55%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D14332 (or 0xD14332) is known color: Cinnabar. HEX triplet: D1, 43 and 32. RGB value is (209,67,50). Sum of RGB (Red+Green+Blue) = 209+67+50=326 (43% of max value = 765). Red value is 209 (82.03% from 255 or 64.11% from 326); Green value is 67 (26.56% from 255 or 20.55% from 326); Blue value is 50 (19.92% from 255 or 15.34% from 326); Max value from RGB is 209 - color contains mainly: red. Hex color #D14332 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14332 is #2EBCCD. Grayscale: #6B6B6B. Windows color (decimal): -3062990 or 3294161. OLE color: 3294161.

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

Color convert

RGB 209 67 50 -
CMYK 0 0.68 0.76 0.18
HSL 6.42º 0.63% 0.51% -
HSV(B) 6.42º 0.76% 0.82% -
XYZ 28.88 17.8 4.93 -
YUV 107.52 95.54 200.38 -
System Red Green Blue C M Y K H S L
Decimal 209 67 50 0 0.68 0.76 0.18 6.42 0.63 0.51
Hex D1 43 32 0 44 4C 12 6 3F 33
Octal 321 103 62 0 104 114 22 6 77 63
Binary 11010001 1000011 110010 0 1000100 1001100 10010 110 111111 110011

Color Harmonies of #D14332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14332

Black with #D14332

Text Example


Text Example

White with #D14332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14332; }

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

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

background-color css

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

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

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

border-color css

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

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

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