Html Css Color HEX #DF461A Cinnabar

📋 copy color: '#DF461A'

red 223 ◦ green 70 ◦ blue 26

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

Shades of Cinnabar #DF461A

Tints of Cinnabar #DF461A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.15%

R = 69.91%
G = 21.94%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DF461A (or 0xDF461A) is known color: Cinnabar. HEX triplet: DF, 46 and 1A. RGB value is (223,70,26). Sum of RGB (Red+Green+Blue) = 223+70+26=319 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.91% from 319); Green value is 70 (27.73% from 255 or 21.94% from 319); Blue value is 26 (10.55% from 255 or 8.15% from 319); Max value from RGB is 223 - color contains mainly: red. Hex color #DF461A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF461A is #20B9E5. Grayscale: #6F6F6F. Windows color (decimal): -2144742 or 1722079. OLE color: 1722079.

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

Color convert

RGB 223 70 26 -
CMYK 0 0.69 0.88 0.13
HSL 13.4º 0.79% 0.49% -
HSV(B) 13.4º 0.88% 0.87% -
XYZ 32.81 20.14 3.14 -
YUV 110.73 80.19 208.08 -
System Red Green Blue C M Y K H S L
Decimal 223 70 26 0 0.69 0.88 0.13 13.4 0.79 0.49
Hex DF 46 1A 0 45 58 D D 4F 31
Octal 337 106 32 0 105 130 15 15 117 61
Binary 11011111 1000110 11010 0 1000101 1011000 1101 1101 1001111 110001

Color Harmonies of #DF461A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF461A

Black with #DF461A

Text Example


Text Example

White with #DF461A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF461A; }

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

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

background-color css

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

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

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

border-color css

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

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

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