Html Css Color HEX #DF4640 Cinnabar

📋 copy color: '#DF4640'

red 223 ◦ green 70 ◦ blue 64

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

Shades of Cinnabar #DF4640

Tints of Cinnabar #DF4640

RGB

 RED value IS 223 (87.5% from 255) = 62.46%

 GREEN value IS 70 (27.73% from 255) = 19.61%

 BLUE value IS 64 (25.39% from 255) = 17.93%

R = 62.46%
G = 19.61%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DF4640 (or 0xDF4640) is known color: Cinnabar. HEX triplet: DF, 46 and 40. RGB value is (223,70,64). Sum of RGB (Red+Green+Blue) = 223+70+64=357 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.46% from 357); Green value is 70 (27.73% from 255 or 19.61% from 357); Blue value is 64 (25.39% from 255 or 17.93% from 357); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4640 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4640 is #20B9BF. Grayscale: #737373. Windows color (decimal): -2144704 or 4212447. OLE color: 4212447.

HSL color Cylindrical-coordinate representation of color #DF4640: hue angle of 2.26º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DF4640 is Cyan = 0, Magento = 0.69, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 70 64 -
CMYK 0 0.69 0.71 0.13
HSL 2.26º 0.71% 0.56% -
HSV(B) 2.26º 0.71% 0.87% -
XYZ 33.55 20.44 7.03 -
YUV 115.06 99.19 204.99 -
System Red Green Blue C M Y K H S L
Decimal 223 70 64 0 0.69 0.71 0.13 2.26 0.71 0.56
Hex DF 46 40 0 45 47 D 2 47 38
Octal 337 106 100 0 105 107 15 2 107 70
Binary 11011111 1000110 1000000 0 1000101 1000111 1101 10 1000111 111000

Color Harmonies of #DF4640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4640

Black with #DF4640

Text Example


Text Example

White with #DF4640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4640; }

 p { color: rgb(223,70,64); }

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

background-color css

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

 a { background-color: rgb(223,70,64); }

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

border-color css

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

 span { border-color: rgb(223,70,64); }

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