Html Css Color HEX #D64439 Cinnabar

📋 copy color: '#D64439'

red 214 ◦ green 68 ◦ blue 57

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

Shades of Cinnabar #D64439

Tints of Cinnabar #D64439

RGB

 RED value IS 214 (83.98% from 255) = 63.13%

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

 BLUE value IS 57 (22.66% from 255) = 16.81%

R = 63.13%
G = 20.06%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D64439 (or 0xD64439) is known color: Cinnabar. HEX triplet: D6, 44 and 39. RGB value is (214,68,57). Sum of RGB (Red+Green+Blue) = 214+68+57=339 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.13% from 339); Green value is 68 (26.95% from 255 or 20.06% from 339); Blue value is 57 (22.66% from 255 or 16.81% from 339); Max value from RGB is 214 - color contains mainly: red. Hex color #D64439 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64439 is #29BBC6. Grayscale: #6E6E6E. Windows color (decimal): -2735047 or 3753174. OLE color: 3753174.

HSL color Cylindrical-coordinate representation of color #D64439: hue angle of 4.2º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D64439 is Cyan = 0, Magento = 0.68, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 68 57 -
CMYK 0 0.68 0.73 0.16
HSL 4.2º 0.66% 0.53% -
HSV(B) 4.2º 0.73% 0.84% -
XYZ 30.54 18.73 5.88 -
YUV 110.4 97.87 201.89 -
System Red Green Blue C M Y K H S L
Decimal 214 68 57 0 0.68 0.73 0.16 4.2 0.66 0.53
Hex D6 44 39 0 44 49 10 4 42 35
Octal 326 104 71 0 104 111 20 4 102 65
Binary 11010110 1000100 111001 0 1000100 1001001 10000 100 1000010 110101

Color Harmonies of #D64439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64439

Black with #D64439

Text Example


Text Example

White with #D64439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64439; }

 p { color: rgb(214,68,57); }

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

background-color css

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

 a { background-color: rgb(214,68,57); }

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

border-color css

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

 span { border-color: rgb(214,68,57); }

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