Html Css Color HEX #DF4528 Cinnabar

📋 copy color: '#DF4528'

red 223 ◦ green 69 ◦ blue 40

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

Shades of Cinnabar #DF4528

Tints of Cinnabar #DF4528

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.78%

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

R = 67.17%
G = 20.78%
B = 12.05%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DF4528 (or 0xDF4528) is known color: Cinnabar. HEX triplet: DF, 45 and 28. RGB value is (223,69,40). Sum of RGB (Red+Green+Blue) = 223+69+40=332 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.17% from 332); Green value is 69 (27.34% from 255 or 20.78% from 332); Blue value is 40 (16.02% from 255 or 12.05% from 332); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4528 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4528 is #20BAD7. Grayscale: #707070. Windows color (decimal): -2144984 or 2639327. OLE color: 2639327.

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

Color convert

RGB 223 69 40 -
CMYK 0 0.69 0.82 0.13
HSL 9.51º 0.74% 0.52% -
HSV(B) 9.51º 0.82% 0.87% -
XYZ 32.94 20.1 4.15 -
YUV 111.74 87.52 207.36 -
System Red Green Blue C M Y K H S L
Decimal 223 69 40 0 0.69 0.82 0.13 9.51 0.74 0.52
Hex DF 45 28 0 45 52 D A 4A 34
Octal 337 105 50 0 105 122 15 12 112 64
Binary 11011111 1000101 101000 0 1000101 1010010 1101 1010 1001010 110100

Color Harmonies of #DF4528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4528

Black with #DF4528

Text Example


Text Example

White with #DF4528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4528; }

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

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

background-color css

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

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

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

border-color css

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

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

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