Html Css Color HEX #DF461D Cinnabar

📋 copy color: '#DF461D'

red 223 ◦ green 70 ◦ blue 29

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

Shades of Cinnabar #DF461D

Tints of Cinnabar #DF461D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.01%

R = 69.25%
G = 21.74%
B = 9.01%

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

#DF461D (or 0xDF461D) is known color: Cinnabar. HEX triplet: DF, 46 and 1D. RGB value is (223,70,29). Sum of RGB (Red+Green+Blue) = 223+70+29=322 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.25% from 322); Green value is 70 (27.73% from 255 or 21.74% from 322); Blue value is 29 (11.72% from 255 or 9.01% from 322); Max value from RGB is 223 - color contains mainly: red. Hex color #DF461D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF461D is #20B9E2. Grayscale: #6F6F6F. Windows color (decimal): -2144739 or 1918687. OLE color: 1918687.

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

Color convert

RGB 223 70 29 -
CMYK 0 0.69 0.87 0.13
HSL 12.68º 0.77% 0.49% -
HSV(B) 12.68º 0.87% 0.87% -
XYZ 32.84 20.16 3.32 -
YUV 111.07 81.69 207.83 -
System Red Green Blue C M Y K H S L
Decimal 223 70 29 0 0.69 0.87 0.13 12.68 0.77 0.49
Hex DF 46 1D 0 45 57 D D 4D 31
Octal 337 106 35 0 105 127 15 15 115 61
Binary 11011111 1000110 11101 0 1000101 1010111 1101 1101 1001101 110001

Color Harmonies of #DF461D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF461D

Black with #DF461D

Text Example


Text Example

White with #DF461D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF461D; }

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

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

background-color css

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

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

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

border-color css

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

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

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