Html Css Color HEX #D64239 Cinnabar

📋 copy color: '#D64239'

red 214 ◦ green 66 ◦ blue 57

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

Shades of Cinnabar #D64239

Tints of Cinnabar #D64239

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.58%

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

R = 63.5%
G = 19.58%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D64239 (or 0xD64239) is known color: Cinnabar. HEX triplet: D6, 42 and 39. RGB value is (214,66,57). Sum of RGB (Red+Green+Blue) = 214+66+57=337 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.50% from 337); Green value is 66 (26.17% from 255 or 19.58% from 337); Blue value is 57 (22.66% from 255 or 16.91% from 337); Max value from RGB is 214 - color contains mainly: red. Hex color #D64239 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64239 is #29BDC6. Grayscale: #6D6D6D. Windows color (decimal): -2735559 or 3752662. OLE color: 3752662.

HSL color Cylindrical-coordinate representation of color #D64239: hue angle of 3.44º 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 #D64239 is Cyan = 0, Magento = 0.69, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 66 57 -
CMYK 0 0.69 0.73 0.16
HSL 3.44º 0.66% 0.53% -
HSV(B) 3.44º 0.73% 0.84% -
XYZ 30.42 18.49 5.84 -
YUV 109.23 98.53 202.73 -
System Red Green Blue C M Y K H S L
Decimal 214 66 57 0 0.69 0.73 0.16 3.44 0.66 0.53
Hex D6 42 39 0 45 49 10 3 42 35
Octal 326 102 71 0 105 111 20 3 102 65
Binary 11010110 1000010 111001 0 1000101 1001001 10000 11 1000010 110101

Color Harmonies of #D64239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64239

Black with #D64239

Text Example


Text Example

White with #D64239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64239; }

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

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

background-color css

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

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

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

border-color css

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

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

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