Html Css Color HEX #DF392D Cinnabar

📋 copy color: '#DF392D'

red 223 ◦ green 57 ◦ blue 45

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

Shades of Cinnabar #DF392D

Tints of Cinnabar #DF392D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.85%

R = 68.62%
G = 17.54%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DF392D (or 0xDF392D) is known color: Cinnabar. HEX triplet: DF, 39 and 2D. RGB value is (223,57,45). Sum of RGB (Red+Green+Blue) = 223+57+45=325 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.62% from 325); Green value is 57 (22.66% from 255 or 17.54% from 325); Blue value is 45 (17.97% from 255 or 13.85% from 325); Max value from RGB is 223 - color contains mainly: red. Hex color #DF392D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF392D is #20C6D2. Grayscale: #696969. Windows color (decimal): -2148051 or 2963935. OLE color: 2963935.

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

Color convert

RGB 223 57 45 -
CMYK 0 0.74 0.80 0.13
HSL 4.04º 0.74% 0.53% -
HSV(B) 4.04º 0.8% 0.87% -
XYZ 32.37 18.8 4.41 -
YUV 105.27 94 211.98 -
System Red Green Blue C M Y K H S L
Decimal 223 57 45 0 0.74 0.80 0.13 4.04 0.74 0.53
Hex DF 39 2D 0 4A 50 D 4 4A 35
Octal 337 71 55 0 112 120 15 4 112 65
Binary 11011111 111001 101101 0 1001010 1010000 1101 100 1001010 110101

Color Harmonies of #DF392D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF392D

Black with #DF392D

Text Example


Text Example

White with #DF392D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF392D; }

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

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

background-color css

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

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

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

border-color css

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

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

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