Html Css Color HEX #DF4140 Cinnabar

📋 copy color: '#DF4140'

red 223 ◦ green 65 ◦ blue 64

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

Shades of Cinnabar #DF4140

Tints of Cinnabar #DF4140

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.47%

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

R = 63.35%
G = 18.47%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DF4140 (or 0xDF4140) is known color: Cinnabar. HEX triplet: DF, 41 and 40. RGB value is (223,65,64). Sum of RGB (Red+Green+Blue) = 223+65+64=352 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.35% from 352); Green value is 65 (25.78% from 255 or 18.47% from 352); Blue value is 64 (25.39% from 255 or 18.18% from 352); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4140 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4140 is #20BEBF. Grayscale: #707070. Windows color (decimal): -2145984 or 4211167. OLE color: 4211167.

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

Color convert

RGB 223 65 64 -
CMYK 0 0.71 0.71 0.13
HSL 0.38º 0.71% 0.56% -
HSV(B) 0.38º 0.71% 0.87% -
XYZ 33.25 19.84 6.93 -
YUV 112.13 100.85 207.08 -
System Red Green Blue C M Y K H S L
Decimal 223 65 64 0 0.71 0.71 0.13 0.38 0.71 0.56
Hex DF 41 40 0 47 47 D 0 47 38
Octal 337 101 100 0 107 107 15 0 107 70
Binary 11011111 1000001 1000000 0 1000111 1000111 1101 0 1000111 111000

Color Harmonies of #DF4140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4140

Black with #DF4140

Text Example


Text Example

White with #DF4140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4140; }

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

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

background-color css

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

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

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

border-color css

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

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

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