Html Css Color HEX #D64441 Cinnabar

📋 copy color: '#D64441'

red 214 ◦ green 68 ◦ blue 65

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

Shades of Cinnabar #D64441

Tints of Cinnabar #D64441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.73%

R = 61.67%
G = 19.6%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D64441 (or 0xD64441) is known color: Cinnabar. HEX triplet: D6, 44 and 41. RGB value is (214,68,65). Sum of RGB (Red+Green+Blue) = 214+68+65=347 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.67% from 347); Green value is 68 (26.95% from 255 or 19.60% from 347); Blue value is 65 (25.78% from 255 or 18.73% from 347); Max value from RGB is 214 - color contains mainly: red. Hex color #D64441 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64441 is #29BBBE. Grayscale: #6F6F6F. Windows color (decimal): -2735039 or 4277462. OLE color: 4277462.

HSL color Cylindrical-coordinate representation of color #D64441: hue angle of 1.21º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D64441 is Cyan = 0, Magento = 0.68, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 68 65 -
CMYK 0 0.68 0.70 0.16
HSL 1.21º 0.65% 0.55% -
HSV(B) 1.21º 0.7% 0.84% -
XYZ 30.75 18.81 7.01 -
YUV 111.31 101.87 201.24 -
System Red Green Blue C M Y K H S L
Decimal 214 68 65 0 0.68 0.70 0.16 1.21 0.65 0.55
Hex D6 44 41 0 44 46 10 1 41 37
Octal 326 104 101 0 104 106 20 1 101 67
Binary 11010110 1000100 1000001 0 1000100 1000110 10000 1 1000001 110111

Color Harmonies of #D64441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64441

Black with #D64441

Text Example


Text Example

White with #D64441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64441; }

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

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

background-color css

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

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

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

border-color css

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

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

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