Html Css Color HEX #D64031 Cinnabar

📋 copy color: '#D64031'

red 214 ◦ green 64 ◦ blue 49

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

Shades of Cinnabar #D64031

Tints of Cinnabar #D64031

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.57%

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

R = 65.44%
G = 19.57%
B = 14.98%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D64031 (or 0xD64031) is known color: Cinnabar. HEX triplet: D6, 40 and 31. RGB value is (214,64,49). Sum of RGB (Red+Green+Blue) = 214+64+49=327 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.44% from 327); Green value is 64 (25.39% from 255 or 19.57% from 327); Blue value is 49 (19.53% from 255 or 14.98% from 327); Max value from RGB is 214 - color contains mainly: red. Hex color #D64031 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64031 is #29BFCE. Grayscale: #6B6B6B. Windows color (decimal): -2736079 or 3227862. OLE color: 3227862.

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

Color convert

RGB 214 64 49 -
CMYK 0 0.70 0.77 0.16
HSL 5.45º 0.67% 0.52% -
HSV(B) 5.45º 0.77% 0.84% -
XYZ 30.12 18.18 4.83 -
YUV 107.14 95.2 204.22 -
System Red Green Blue C M Y K H S L
Decimal 214 64 49 0 0.70 0.77 0.16 5.45 0.67 0.52
Hex D6 40 31 0 46 4D 10 5 43 34
Octal 326 100 61 0 106 115 20 5 103 64
Binary 11010110 1000000 110001 0 1000110 1001101 10000 101 1000011 110100

Color Harmonies of #D64031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64031

Black with #D64031

Text Example


Text Example

White with #D64031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64031; }

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

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

background-color css

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

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

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

border-color css

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

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

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