Html Css Color HEX #DF5026 Cinnabar

📋 copy color: '#DF5026'

red 223 ◦ green 80 ◦ blue 38

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

Shades of Cinnabar #DF5026

Tints of Cinnabar #DF5026

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.46%

 BLUE value IS 38 (15.23% from 255) = 11.14%

R = 65.4%
G = 23.46%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DF5026 (or 0xDF5026) is known color: Cinnabar. HEX triplet: DF, 50 and 26. RGB value is (223,80,38). Sum of RGB (Red+Green+Blue) = 223+80+38=341 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.40% from 341); Green value is 80 (31.64% from 255 or 23.46% from 341); Blue value is 38 (15.23% from 255 or 11.14% from 341); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5026 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5026 is #20AFD9. Grayscale: #767676. Windows color (decimal): -2142170 or 2511071. OLE color: 2511071.

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

Color convert

RGB 223 80 38 -
CMYK 0 0.64 0.83 0.13
HSL 13.62º 0.74% 0.51% -
HSV(B) 13.62º 0.83% 0.87% -
XYZ 33.65 21.57 4.22 -
YUV 117.97 82.88 202.92 -
System Red Green Blue C M Y K H S L
Decimal 223 80 38 0 0.64 0.83 0.13 13.62 0.74 0.51
Hex DF 50 26 0 40 53 D E 4A 33
Octal 337 120 46 0 100 123 15 16 112 63
Binary 11011111 1010000 100110 0 1000000 1010011 1101 1110 1001010 110011

Color Harmonies of #DF5026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5026

Black with #DF5026

Text Example


Text Example

White with #DF5026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5026; }

 p { color: rgb(223,80,38); }

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

background-color css

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

 a { background-color: rgb(223,80,38); }

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

border-color css

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

 span { border-color: rgb(223,80,38); }

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