Html Css Color HEX #DF4340 Cinnabar

📋 copy color: '#DF4340'

red 223 ◦ green 67 ◦ blue 64

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

Shades of Cinnabar #DF4340

Tints of Cinnabar #DF4340

RGB

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

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

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

R = 62.99%
G = 18.93%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DF4340 (or 0xDF4340) is known color: Cinnabar. HEX triplet: DF, 43 and 40. RGB value is (223,67,64). Sum of RGB (Red+Green+Blue) = 223+67+64=354 (46% of max value = 765). Red value is 223 (87.5% from 255 or 62.99% from 354); Green value is 67 (26.56% from 255 or 18.93% from 354); Blue value is 64 (25.39% from 255 or 18.08% from 354); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4340 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4340 is #20BCBF. Grayscale: #717171. Windows color (decimal): -2145472 or 4211679. OLE color: 4211679.

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

Color convert

RGB 223 67 64 -
CMYK 0 0.70 0.71 0.13
HSL 1.13º 0.71% 0.56% -
HSV(B) 1.13º 0.71% 0.87% -
XYZ 33.36 20.07 6.97 -
YUV 113.3 100.18 206.24 -
System Red Green Blue C M Y K H S L
Decimal 223 67 64 0 0.70 0.71 0.13 1.13 0.71 0.56
Hex DF 43 40 0 46 47 D 1 47 38
Octal 337 103 100 0 106 107 15 1 107 70
Binary 11011111 1000011 1000000 0 1000110 1000111 1101 1 1000111 111000

Color Harmonies of #DF4340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4340

Black with #DF4340

Text Example


Text Example

White with #DF4340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4340; }

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

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

background-color css

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

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

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

border-color css

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

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

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