Html Css Color HEX #D64342 Cinnabar

📋 copy color: '#D64342'

red 214 ◦ green 67 ◦ blue 66

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

Shades of Cinnabar #D64342

Tints of Cinnabar #D64342

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.31%

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

R = 61.67%
G = 19.31%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D64342 (or 0xD64342) is known color: Cinnabar. HEX triplet: D6, 43 and 42. RGB value is (214,67,66). Sum of RGB (Red+Green+Blue) = 214+67+66=347 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.67% from 347); Green value is 67 (26.56% from 255 or 19.31% from 347); Blue value is 66 (26.17% from 255 or 19.02% from 347); Max value from RGB is 214 - color contains mainly: red. Hex color #D64342 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64342 is #29BCBD. Grayscale: #6E6E6E. Windows color (decimal): -2735294 or 4342742. OLE color: 4342742.

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

Color convert

RGB 214 67 66 -
CMYK 0 0.69 0.69 0.16
HSL 0.41º 0.64% 0.55% -
HSV(B) 0.41º 0.69% 0.84% -
XYZ 30.72 18.7 7.15 -
YUV 110.84 102.7 201.58 -
System Red Green Blue C M Y K H S L
Decimal 214 67 66 0 0.69 0.69 0.16 0.41 0.64 0.55
Hex D6 43 42 0 45 45 10 0 40 37
Octal 326 103 102 0 105 105 20 0 100 67
Binary 11010110 1000011 1000010 0 1000101 1000101 10000 0 1000000 110111

Color Harmonies of #D64342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64342

Black with #D64342

Text Example


Text Example

White with #D64342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64342; }

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

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

background-color css

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

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

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

border-color css

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

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

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