Html Css Color HEX #DF4540 Cinnabar

📋 copy color: '#DF4540'

red 223 ◦ green 69 ◦ blue 64

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

Shades of Cinnabar #DF4540

Tints of Cinnabar #DF4540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 17.98%

R = 62.64%
G = 19.38%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DF4540 (or 0xDF4540) is known color: Cinnabar. HEX triplet: DF, 45 and 40. RGB value is (223,69,64). Sum of RGB (Red+Green+Blue) = 223+69+64=356 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.64% from 356); Green value is 69 (27.34% from 255 or 19.38% from 356); Blue value is 64 (25.39% from 255 or 17.98% from 356); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4540 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4540 is #20BABF. Grayscale: #727272. Windows color (decimal): -2144960 or 4212191. OLE color: 4212191.

HSL color Cylindrical-coordinate representation of color #DF4540: hue angle of 1.89º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DF4540 is Cyan = 0, Magento = 0.69, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 69 64 -
CMYK 0 0.69 0.71 0.13
HSL 1.89º 0.71% 0.56% -
HSV(B) 1.89º 0.71% 0.87% -
XYZ 33.48 20.31 7.01 -
YUV 114.48 99.52 205.41 -
System Red Green Blue C M Y K H S L
Decimal 223 69 64 0 0.69 0.71 0.13 1.89 0.71 0.56
Hex DF 45 40 0 45 47 D 2 47 38
Octal 337 105 100 0 105 107 15 2 107 70
Binary 11011111 1000101 1000000 0 1000101 1000111 1101 10 1000111 111000

Color Harmonies of #DF4540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4540

Black with #DF4540

Text Example


Text Example

White with #DF4540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4540; }

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

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

background-color css

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

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

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

border-color css

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

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

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