Html Css Color HEX #DF4028 Cinnabar

📋 copy color: '#DF4028'

red 223 ◦ green 64 ◦ blue 40

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

Shades of Cinnabar #DF4028

Tints of Cinnabar #DF4028

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.57%

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

R = 68.2%
G = 19.57%
B = 12.23%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DF4028 (or 0xDF4028) is known color: Cinnabar. HEX triplet: DF, 40 and 28. RGB value is (223,64,40). Sum of RGB (Red+Green+Blue) = 223+64+40=327 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.20% from 327); Green value is 64 (25.39% from 255 or 19.57% from 327); Blue value is 40 (16.02% from 255 or 12.23% from 327); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4028 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4028 is #20BFD7. Grayscale: #6D6D6D. Windows color (decimal): -2146264 or 2638047. OLE color: 2638047.

HSL color Cylindrical-coordinate representation of color #DF4028: hue angle of 7.87º 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 #DF4028 is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 64 40 -
CMYK 0 0.71 0.82 0.13
HSL 7.87º 0.74% 0.52% -
HSV(B) 7.87º 0.82% 0.87% -
XYZ 32.65 19.51 4.05 -
YUV 108.81 89.18 209.45 -
System Red Green Blue C M Y K H S L
Decimal 223 64 40 0 0.71 0.82 0.13 7.87 0.74 0.52
Hex DF 40 28 0 47 52 D 8 4A 34
Octal 337 100 50 0 107 122 15 10 112 64
Binary 11011111 1000000 101000 0 1000111 1010010 1101 1000 1001010 110100

Color Harmonies of #DF4028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4028

Black with #DF4028

Text Example


Text Example

White with #DF4028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4028; }

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

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

background-color css

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

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

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

border-color css

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

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

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