Html Css Color HEX #DF461C Cinnabar

📋 copy color: '#DF461C'

red 223 ◦ green 70 ◦ blue 28

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

Shades of Cinnabar #DF461C

Tints of Cinnabar #DF461C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.72%

R = 69.47%
G = 21.81%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DF461C (or 0xDF461C) is known color: Cinnabar. HEX triplet: DF, 46 and 1C. RGB value is (223,70,28). Sum of RGB (Red+Green+Blue) = 223+70+28=321 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.47% from 321); Green value is 70 (27.73% from 255 or 21.81% from 321); Blue value is 28 (11.33% from 255 or 8.72% from 321); Max value from RGB is 223 - color contains mainly: red. Hex color #DF461C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF461C is #20B9E3. Grayscale: #6F6F6F. Windows color (decimal): -2144740 or 1853151. OLE color: 1853151.

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

Color convert

RGB 223 70 28 -
CMYK 0 0.69 0.87 0.13
HSL 12.92º 0.78% 0.49% -
HSV(B) 12.92º 0.87% 0.87% -
XYZ 32.83 20.15 3.26 -
YUV 110.96 81.19 207.92 -
System Red Green Blue C M Y K H S L
Decimal 223 70 28 0 0.69 0.87 0.13 12.92 0.78 0.49
Hex DF 46 1C 0 45 57 D D 4E 31
Octal 337 106 34 0 105 127 15 15 116 61
Binary 11011111 1000110 11100 0 1000101 1010111 1101 1101 1001110 110001

Color Harmonies of #DF461C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF461C

Black with #DF461C

Text Example


Text Example

White with #DF461C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF461C; }

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

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

background-color css

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

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

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

border-color css

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

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

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