Html Css Color HEX #DF4938 Cinnabar

📋 copy color: '#DF4938'

red 223 ◦ green 73 ◦ blue 56

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

Shades of Cinnabar #DF4938

Tints of Cinnabar #DF4938

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.74%

 BLUE value IS 56 (22.27% from 255) = 15.91%

R = 63.35%
G = 20.74%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DF4938 (or 0xDF4938) is known color: Cinnabar. HEX triplet: DF, 49 and 38. RGB value is (223,73,56). Sum of RGB (Red+Green+Blue) = 223+73+56=352 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.35% from 352); Green value is 73 (28.91% from 255 or 20.74% from 352); Blue value is 56 (22.27% from 255 or 15.91% from 352); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4938 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4938 is #20B6C7. Grayscale: #747474. Windows color (decimal): -2143944 or 3688927. OLE color: 3688927.

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

Color convert

RGB 223 73 56 -
CMYK 0 0.67 0.75 0.13
HSL 6.11º 0.72% 0.55% -
HSV(B) 6.11º 0.75% 0.87% -
XYZ 33.53 20.74 5.98 -
YUV 115.91 94.2 204.38 -
System Red Green Blue C M Y K H S L
Decimal 223 73 56 0 0.67 0.75 0.13 6.11 0.72 0.55
Hex DF 49 38 0 43 4B D 6 48 37
Octal 337 111 70 0 103 113 15 6 110 67
Binary 11011111 1001001 111000 0 1000011 1001011 1101 110 1001000 110111

Color Harmonies of #DF4938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4938

Black with #DF4938

Text Example


Text Example

White with #DF4938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4938; }

 p { color: rgb(223,73,56); }

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

background-color css

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

 a { background-color: rgb(223,73,56); }

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

border-color css

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

 span { border-color: rgb(223,73,56); }

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