Html Css Color HEX #DF3C1F Cinnabar

📋 copy color: '#DF3C1F'

red 223 ◦ green 60 ◦ blue 31

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

Shades of Cinnabar #DF3C1F

Tints of Cinnabar #DF3C1F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.11%

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

R = 71.02%
G = 19.11%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DF3C1F (or 0xDF3C1F) is known color: Cinnabar. HEX triplet: DF, 3C and 1F. RGB value is (223,60,31). Sum of RGB (Red+Green+Blue) = 223+60+31=314 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.02% from 314); Green value is 60 (23.83% from 255 or 19.11% from 314); Blue value is 31 (12.5% from 255 or 9.87% from 314); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3C1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3C1F is #20C3E0. Grayscale: #696969. Windows color (decimal): -2147297 or 2047199. OLE color: 2047199.

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

Color convert

RGB 223 60 31 -
CMYK 0 0.73 0.86 0.13
HSL 9.06º 0.76% 0.5% -
HSV(B) 9.06º 0.86% 0.87% -
XYZ 32.29 19.02 3.27 -
YUV 105.43 86 211.86 -
System Red Green Blue C M Y K H S L
Decimal 223 60 31 0 0.73 0.86 0.13 9.06 0.76 0.5
Hex DF 3C 1F 0 49 56 D 9 4C 32
Octal 337 74 37 0 111 126 15 11 114 62
Binary 11011111 111100 11111 0 1001001 1010110 1101 1001 1001100 110010

Color Harmonies of #DF3C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3C1F

Black with #DF3C1F

Text Example


Text Example

White with #DF3C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3C1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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