Html Css Color HEX #DF4641 Cinnabar

📋 copy color: '#DF4641'

red 223 ◦ green 70 ◦ blue 65

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

Shades of Cinnabar #DF4641

Tints of Cinnabar #DF4641

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.55%

 BLUE value IS 65 (25.78% from 255) = 18.16%

R = 62.29%
G = 19.55%
B = 18.16%

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

#DF4641 (or 0xDF4641) is known color: Cinnabar. HEX triplet: DF, 46 and 41. RGB value is (223,70,65). Sum of RGB (Red+Green+Blue) = 223+70+65=358 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.29% from 358); Green value is 70 (27.73% from 255 or 19.55% from 358); Blue value is 65 (25.78% from 255 or 18.16% from 358); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4641 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4641 is #20B9BE. Grayscale: #737373. Windows color (decimal): -2144703 or 4277983. OLE color: 4277983.

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

Color convert

RGB 223 70 65 -
CMYK 0 0.69 0.71 0.13
HSL 1.9º 0.71% 0.56% -
HSV(B) 1.9º 0.71% 0.87% -
XYZ 33.58 20.45 7.18 -
YUV 115.18 99.69 204.91 -
System Red Green Blue C M Y K H S L
Decimal 223 70 65 0 0.69 0.71 0.13 1.9 0.71 0.56
Hex DF 46 41 0 45 47 D 2 47 38
Octal 337 106 101 0 105 107 15 2 107 70
Binary 11011111 1000110 1000001 0 1000101 1000111 1101 10 1000111 111000

Color Harmonies of #DF4641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4641

Black with #DF4641

Text Example


Text Example

White with #DF4641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4641; }

 p { color: rgb(223,70,65); }

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

background-color css

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

 a { background-color: rgb(223,70,65); }

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

border-color css

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

 span { border-color: rgb(223,70,65); }

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