Html Css Color HEX #D64343 Cinnabar

📋 copy color: '#D64343'

red 214 ◦ green 67 ◦ blue 67

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

Shades of Cinnabar #D64343

Tints of Cinnabar #D64343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 19.25%

R = 61.49%
G = 19.25%
B = 19.25%

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

#D64343 (or 0xD64343) is known color: Cinnabar. HEX triplet: D6, 43 and 43. RGB value is (214,67,67). Sum of RGB (Red+Green+Blue) = 214+67+67=348 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.49% from 348); Green value is 67 (26.56% from 255 or 19.25% from 348); Blue value is 67 (26.56% from 255 or 19.25% from 348); Max value from RGB is 214 - color contains mainly: red. Hex color #D64343 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64343 is #29BCBC. Grayscale: #6F6F6F. Windows color (decimal): -2735293 or 4408278. OLE color: 4408278.

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

Color convert

RGB 214 67 67 -
CMYK 0 0.69 0.69 0.16
HSL 0.64% 0.55% -
HSV(B) 0.69% 0.84% -
XYZ 30.75 18.72 7.3 -
YUV 110.95 103.2 201.5 -
System Red Green Blue C M Y K H S L
Decimal 214 67 67 0 0.69 0.69 0.16 0 0.64 0.55
Hex D6 43 43 0 45 45 10 0 40 37
Octal 326 103 103 0 105 105 20 0 100 67
Binary 11010110 1000011 1000011 0 1000101 1000101 10000 0 1000000 110111

Color Harmonies of #D64343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64343

Black with #D64343

Text Example


Text Example

White with #D64343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64343; }

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

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

background-color css

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

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

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

border-color css

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

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

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