Html Css Color HEX #D64431 Cinnabar

📋 copy color: '#D64431'

red 214 ◦ green 68 ◦ blue 49

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

Shades of Cinnabar #D64431

Tints of Cinnabar #D64431

RGB

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

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

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

R = 64.65%
G = 20.54%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D64431 (or 0xD64431) is known color: Cinnabar. HEX triplet: D6, 44 and 31. RGB value is (214,68,49). Sum of RGB (Red+Green+Blue) = 214+68+49=331 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.65% from 331); Green value is 68 (26.95% from 255 or 20.54% from 331); Blue value is 49 (19.53% from 255 or 14.80% from 331); Max value from RGB is 214 - color contains mainly: red. Hex color #D64431 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64431 is #29BBCE. Grayscale: #6D6D6D. Windows color (decimal): -2735055 or 3228886. OLE color: 3228886.

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

Color convert

RGB 214 68 49 -
CMYK 0 0.68 0.77 0.16
HSL 6.91º 0.67% 0.52% -
HSV(B) 6.91º 0.77% 0.84% -
XYZ 30.35 18.65 4.91 -
YUV 109.49 93.87 202.54 -
System Red Green Blue C M Y K H S L
Decimal 214 68 49 0 0.68 0.77 0.16 6.91 0.67 0.52
Hex D6 44 31 0 44 4D 10 7 43 34
Octal 326 104 61 0 104 115 20 7 103 64
Binary 11010110 1000100 110001 0 1000100 1001101 10000 111 1000011 110100

Color Harmonies of #D64431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64431

Black with #D64431

Text Example


Text Example

White with #D64431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64431; }

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

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

background-color css

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

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

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

border-color css

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

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

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