Html Css Color HEX #D64A31 Cinnabar

📋 copy color: '#D64A31'

red 214 ◦ green 74 ◦ blue 49

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

Shades of Cinnabar #D64A31

Tints of Cinnabar #D64A31

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.96%

 BLUE value IS 49 (19.53% from 255) = 14.54%

R = 63.5%
G = 21.96%
B = 14.54%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D64A31 (or 0xD64A31) is known color: Cinnabar. HEX triplet: D6, 4A and 31. RGB value is (214,74,49). Sum of RGB (Red+Green+Blue) = 214+74+49=337 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.50% from 337); Green value is 74 (29.30% from 255 or 21.96% from 337); Blue value is 49 (19.53% from 255 or 14.54% from 337); Max value from RGB is 214 - color contains mainly: red. Hex color #D64A31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64A31 is #29B5CE. Grayscale: #717171. Windows color (decimal): -2733519 or 3230422. OLE color: 3230422.

HSL color Cylindrical-coordinate representation of color #D64A31: hue angle of 9.09º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D64A31 is Cyan = 0, Magento = 0.65, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 74 49 -
CMYK 0 0.65 0.77 0.16
HSL 9.09º 0.67% 0.52% -
HSV(B) 9.09º 0.77% 0.84% -
XYZ 30.73 19.42 5.03 -
YUV 113.01 91.88 200.03 -
System Red Green Blue C M Y K H S L
Decimal 214 74 49 0 0.65 0.77 0.16 9.09 0.67 0.52
Hex D6 4A 31 0 41 4D 10 9 43 34
Octal 326 112 61 0 101 115 20 11 103 64
Binary 11010110 1001010 110001 0 1000001 1001101 10000 1001 1000011 110100

Color Harmonies of #D64A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64A31

Black with #D64A31

Text Example


Text Example

White with #D64A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64A31; }

 p { color: rgb(214,74,49); }

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

background-color css

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

 a { background-color: rgb(214,74,49); }

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

border-color css

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

 span { border-color: rgb(214,74,49); }

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