#d64238

Color #D64238 Cinnabar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cinnabar #D64238

Tints of Cinnabar #D64238

Color information

#D64238 (or 0xD64238) is unknown color: approx Cinnabar. HEX triplet: D6, 42 and 38. RGB value is (214,66,56). Sum of RGB (Red+Green+Blue) = 214+66+56=336 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.69% from 336); Green value is 66 (26.17% from 255 or 19.64% from 336); Blue value is 56 (22.27% from 255 or 16.67% from 336); Max value from RGB is 214 - color contains mainly: red. Hex color #D64238 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64238 is #29BDC7. Grayscale: #6D6D6D. Windows color (decimal): -2735560 or 3687126. OLE color: 3687126.

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

Color convert

RGB2146656-
CMYK00.690.740.16
HSL3.8º65.83%52.94%-
HSV(B)3.8º73.83%83.92%-
XYZ30.3918.485.71-
YUV109.1198.03202.81-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 63.69%
GREEN value IS 66 (26.17% from 255) = 19.64%
BLUE value IS 56 (22.27% from 255) = 16.67%
R=63.69%
G=19.64%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.74
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214665600.690.740.163.865.8352.94
HexD642380454A1044235
Octal32610270010511220410265
Binary110101101000010111000010001011001010100001001000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d64238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d64238; }

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

 H1.HeaderClassName
 {
   color: #d64238;
 }
 .AnyTagClassName
 {
   color: #d64238;
 }
</style>
background-color css

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

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

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

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

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

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