Html Css Color HEX #DF392F Cinnabar

📋 copy color: '#DF392F'

red 223 ◦ green 57 ◦ blue 47

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

Shades of Cinnabar #DF392F

Tints of Cinnabar #DF392F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.43%

 BLUE value IS 47 (18.75% from 255) = 14.37%

R = 68.2%
G = 17.43%
B = 14.37%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DF392F (or 0xDF392F) is known color: Cinnabar. HEX triplet: DF, 39 and 2F. RGB value is (223,57,47). Sum of RGB (Red+Green+Blue) = 223+57+47=327 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.20% from 327); Green value is 57 (22.66% from 255 or 17.43% from 327); Blue value is 47 (18.75% from 255 or 14.37% from 327); Max value from RGB is 223 - color contains mainly: red. Hex color #DF392F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF392F is #20C6D0. Grayscale: #696969. Windows color (decimal): -2148049 or 3095007. OLE color: 3095007.

HSL color Cylindrical-coordinate representation of color #DF392F: hue angle of 3.41º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DF392F is Cyan = 0, Magento = 0.74, Yellow = 0.79 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 57 47 -
CMYK 0 0.74 0.79 0.13
HSL 3.41º 0.73% 0.53% -
HSV(B) 3.41º 0.79% 0.87% -
XYZ 32.41 18.82 4.61 -
YUV 105.49 95 211.81 -
System Red Green Blue C M Y K H S L
Decimal 223 57 47 0 0.74 0.79 0.13 3.41 0.73 0.53
Hex DF 39 2F 0 4A 4F D 3 49 35
Octal 337 71 57 0 112 117 15 3 111 65
Binary 11011111 111001 101111 0 1001010 1001111 1101 11 1001001 110101

Color Harmonies of #DF392F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF392F

Black with #DF392F

Text Example


Text Example

White with #DF392F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF392F; }

 p { color: rgb(223,57,47); }

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

background-color css

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

 a { background-color: rgb(223,57,47); }

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

border-color css

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

 span { border-color: rgb(223,57,47); }

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