Html Css Color HEX #DF5128 Cinnabar

📋 copy color: '#DF5128'

red 223 ◦ green 81 ◦ blue 40

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

Shades of Cinnabar #DF5128

Tints of Cinnabar #DF5128

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.55%

 BLUE value IS 40 (16.02% from 255) = 11.63%

R = 64.83%
G = 23.55%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DF5128 (or 0xDF5128) is known color: Cinnabar. HEX triplet: DF, 51 and 28. RGB value is (223,81,40). Sum of RGB (Red+Green+Blue) = 223+81+40=344 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.83% from 344); Green value is 81 (32.03% from 255 or 23.55% from 344); Blue value is 40 (16.02% from 255 or 11.63% from 344); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5128 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5128 is #20AED7. Grayscale: #777777. Windows color (decimal): -2141912 or 2642399. OLE color: 2642399.

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

Color convert

RGB 223 81 40 -
CMYK 0 0.64 0.82 0.13
HSL 13.44º 0.74% 0.52% -
HSV(B) 13.44º 0.82% 0.87% -
XYZ 33.76 21.73 4.42 -
YUV 118.78 83.54 202.33 -
System Red Green Blue C M Y K H S L
Decimal 223 81 40 0 0.64 0.82 0.13 13.44 0.74 0.52
Hex DF 51 28 0 40 52 D D 4A 34
Octal 337 121 50 0 100 122 15 15 112 64
Binary 11011111 1010001 101000 0 1000000 1010010 1101 1101 1001010 110100

Color Harmonies of #DF5128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5128

Black with #DF5128

Text Example


Text Example

White with #DF5128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5128; }

 p { color: rgb(223,81,40); }

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

background-color css

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

 a { background-color: rgb(223,81,40); }

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

border-color css

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

 span { border-color: rgb(223,81,40); }

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