Html Css Color HEX #DF4F3E Cinnabar

📋 copy color: '#DF4F3E'

red 223 ◦ green 79 ◦ blue 62

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

Shades of Cinnabar #DF4F3E

Tints of Cinnabar #DF4F3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 17.03%

R = 61.26%
G = 21.7%
B = 17.03%

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

#DF4F3E (or 0xDF4F3E) is known color: Cinnabar. HEX triplet: DF, 4F and 3E. RGB value is (223,79,62). Sum of RGB (Red+Green+Blue) = 223+79+62=364 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.26% from 364); Green value is 79 (31.25% from 255 or 21.70% from 364); Blue value is 62 (24.61% from 255 or 17.03% from 364); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4F3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF4F3E is #20B0C1. Grayscale: #787878. Windows color (decimal): -2142402 or 4083679. OLE color: 4083679.

HSL color Cylindrical-coordinate representation of color #DF4F3E: hue angle of 6.34º degrees, saturation: 0.72, 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 #DF4F3E is Cyan = 0, Magento = 0.65, Yellow = 0.72 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 79 62 -
CMYK 0 0.65 0.72 0.13
HSL 6.34º 0.72% 0.56% -
HSV(B) 6.34º 0.72% 0.87% -
XYZ 34.1 21.63 6.93 -
YUV 120.12 95.21 201.38 -
System Red Green Blue C M Y K H S L
Decimal 223 79 62 0 0.65 0.72 0.13 6.34 0.72 0.56
Hex DF 4F 3E 0 41 48 D 6 48 38
Octal 337 117 76 0 101 110 15 6 110 70
Binary 11011111 1001111 111110 0 1000001 1001000 1101 110 1001000 111000

Color Harmonies of #DF4F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4F3E

Black with #DF4F3E

Text Example


Text Example

White with #DF4F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4F3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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