Html Css Color HEX #DF4F3F Cinnabar

📋 copy color: '#DF4F3F'

red 223 ◦ green 79 ◦ blue 63

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

Shades of Cinnabar #DF4F3F

Tints of Cinnabar #DF4F3F

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.64%

 BLUE value IS 63 (25% from 255) = 17.26%

R = 61.1%
G = 21.64%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DF4F3F (or 0xDF4F3F) is known color: Cinnabar. HEX triplet: DF, 4F and 3F. RGB value is (223,79,63). Sum of RGB (Red+Green+Blue) = 223+79+63=365 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.10% from 365); Green value is 79 (31.25% from 255 or 21.64% from 365); Blue value is 63 (25% from 255 or 17.26% from 365); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4F3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF4F3F is #20B0C0. Grayscale: #787878. Windows color (decimal): -2142401 or 4149215. OLE color: 4149215.

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

Color convert

RGB 223 79 63 -
CMYK 0 0.65 0.72 0.13
HSL 0.71% 0.56% -
HSV(B) 0.72% 0.87% -
XYZ 34.12 21.64 7.08 -
YUV 120.23 95.71 201.3 -
System Red Green Blue C M Y K H S L
Decimal 223 79 63 0 0.65 0.72 0.13 6 0.71 0.56
Hex DF 4F 3F 0 41 48 D 6 47 38
Octal 337 117 77 0 101 110 15 6 107 70
Binary 11011111 1001111 111111 0 1000001 1001000 1101 110 1000111 111000

Color Harmonies of #DF4F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4F3F

Black with #DF4F3F

Text Example


Text Example

White with #DF4F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4F3F; }

 p { color: rgb(223,79,63); }

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

background-color css

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

 a { background-color: rgb(223,79,63); }

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

border-color css

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

 span { border-color: rgb(223,79,63); }

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