Html Css Color HEX #DF361F Cinnabar

📋 copy color: '#DF361F'

red 223 ◦ green 54 ◦ blue 31

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

Shades of Cinnabar #DF361F

Tints of Cinnabar #DF361F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.53%

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

R = 72.4%
G = 17.53%
B = 10.06%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DF361F (or 0xDF361F) is known color: Cinnabar. HEX triplet: DF, 36 and 1F. RGB value is (223,54,31). Sum of RGB (Red+Green+Blue) = 223+54+31=308 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.40% from 308); Green value is 54 (21.48% from 255 or 17.53% from 308); Blue value is 31 (12.5% from 255 or 10.06% from 308); Max value from RGB is 223 - color contains mainly: red. Hex color #DF361F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF361F is #20C9E0. Grayscale: #666666. Windows color (decimal): -2148833 or 2045663. OLE color: 2045663.

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

Color convert

RGB 223 54 31 -
CMYK 0 0.76 0.86 0.13
HSL 7.19º 0.76% 0.5% -
HSV(B) 7.19º 0.86% 0.87% -
XYZ 32 18.43 3.17 -
YUV 101.91 87.99 214.37 -
System Red Green Blue C M Y K H S L
Decimal 223 54 31 0 0.76 0.86 0.13 7.19 0.76 0.5
Hex DF 36 1F 0 4C 56 D 7 4C 32
Octal 337 66 37 0 114 126 15 7 114 62
Binary 11011111 110110 11111 0 1001100 1010110 1101 111 1001100 110010

Color Harmonies of #DF361F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF361F

Black with #DF361F

Text Example


Text Example

White with #DF361F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF361F; }

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

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

background-color css

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

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

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

border-color css

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

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

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