Html Css Color HEX #D64838 Cinnabar

📋 copy color: '#D64838'

red 214 ◦ green 72 ◦ blue 56

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

Shades of Cinnabar #D64838

Tints of Cinnabar #D64838

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.05%

 BLUE value IS 56 (22.27% from 255) = 16.37%

R = 62.57%
G = 21.05%
B = 16.37%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D64838 (or 0xD64838) is known color: Cinnabar. HEX triplet: D6, 48 and 38. RGB value is (214,72,56). Sum of RGB (Red+Green+Blue) = 214+72+56=342 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.57% from 342); Green value is 72 (28.52% from 255 or 21.05% from 342); Blue value is 56 (22.27% from 255 or 16.37% from 342); Max value from RGB is 214 - color contains mainly: red. Hex color #D64838 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64838 is #29B7C7. Grayscale: #707070. Windows color (decimal): -2734024 or 3688662. OLE color: 3688662.

HSL color Cylindrical-coordinate representation of color #D64838: hue angle of 6.08º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D64838 is Cyan = 0, Magento = 0.66, Yellow = 0.74 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 72 56 -
CMYK 0 0.66 0.74 0.16
HSL 6.08º 0.66% 0.53% -
HSV(B) 6.08º 0.74% 0.84% -
XYZ 30.76 19.22 5.83 -
YUV 112.63 96.04 200.3 -
System Red Green Blue C M Y K H S L
Decimal 214 72 56 0 0.66 0.74 0.16 6.08 0.66 0.53
Hex D6 48 38 0 42 4A 10 6 42 35
Octal 326 110 70 0 102 112 20 6 102 65
Binary 11010110 1001000 111000 0 1000010 1001010 10000 110 1000010 110101

Color Harmonies of #D64838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64838

Black with #D64838

Text Example


Text Example

White with #D64838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64838; }

 p { color: rgb(214,72,56); }

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

background-color css

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

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

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

border-color css

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

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

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