Html Css Color HEX #DF461F Cinnabar

📋 copy color: '#DF461F'

red 223 ◦ green 70 ◦ blue 31

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

Shades of Cinnabar #DF461F

Tints of Cinnabar #DF461F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.57%

R = 68.83%
G = 21.6%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DF461F (or 0xDF461F) is known color: Cinnabar. HEX triplet: DF, 46 and 1F. RGB value is (223,70,31). Sum of RGB (Red+Green+Blue) = 223+70+31=324 (42% of max value = 765). Red value is 223 (87.5% from 255 or 68.83% from 324); Green value is 70 (27.73% from 255 or 21.60% from 324); Blue value is 31 (12.5% from 255 or 9.57% from 324); Max value from RGB is 223 - color contains mainly: red. Hex color #DF461F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF461F is #20B9E0. Grayscale: #6F6F6F. Windows color (decimal): -2144737 or 2049759. OLE color: 2049759.

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

Color convert

RGB 223 70 31 -
CMYK 0 0.69 0.86 0.13
HSL 12.19º 0.76% 0.5% -
HSV(B) 12.19º 0.86% 0.87% -
XYZ 32.87 20.17 3.46 -
YUV 111.3 82.69 207.67 -
System Red Green Blue C M Y K H S L
Decimal 223 70 31 0 0.69 0.86 0.13 12.19 0.76 0.5
Hex DF 46 1F 0 45 56 D C 4C 32
Octal 337 106 37 0 105 126 15 14 114 62
Binary 11011111 1000110 11111 0 1000101 1010110 1101 1100 1001100 110010

Color Harmonies of #DF461F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF461F

Black with #DF461F

Text Example


Text Example

White with #DF461F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF461F; }

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

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

background-color css

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

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

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

border-color css

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

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

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