Html Css Color HEX #D64442 Cinnabar

📋 copy color: '#D64442'

red 214 ◦ green 68 ◦ blue 66

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

Shades of Cinnabar #D64442

Tints of Cinnabar #D64442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.97%

R = 61.49%
G = 19.54%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D64442 (or 0xD64442) is known color: Cinnabar. HEX triplet: D6, 44 and 42. RGB value is (214,68,66). Sum of RGB (Red+Green+Blue) = 214+68+66=348 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.49% from 348); Green value is 68 (26.95% from 255 or 19.54% from 348); Blue value is 66 (26.17% from 255 or 18.97% from 348); Max value from RGB is 214 - color contains mainly: red. Hex color #D64442 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64442 is #29BBBD. Grayscale: #6F6F6F. Windows color (decimal): -2735038 or 4342998. OLE color: 4342998.

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

Color convert

RGB 214 68 66 -
CMYK 0 0.68 0.69 0.16
HSL 0.81º 0.64% 0.55% -
HSV(B) 0.81º 0.69% 0.84% -
XYZ 30.78 18.82 7.17 -
YUV 111.43 102.37 201.16 -
System Red Green Blue C M Y K H S L
Decimal 214 68 66 0 0.68 0.69 0.16 0.81 0.64 0.55
Hex D6 44 42 0 44 45 10 1 40 37
Octal 326 104 102 0 104 105 20 1 100 67
Binary 11010110 1000100 1000010 0 1000100 1000101 10000 1 1000000 110111

Color Harmonies of #D64442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64442

Black with #D64442

Text Example


Text Example

White with #D64442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64442; }

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

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

background-color css

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

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

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

border-color css

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

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

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