Html Css Color HEX #DF3D1F Cinnabar

📋 copy color: '#DF3D1F'

red 223 ◦ green 61 ◦ blue 31

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

Shades of Cinnabar #DF3D1F

Tints of Cinnabar #DF3D1F

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.37%

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

R = 70.79%
G = 19.37%
B = 9.84%

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

#DF3D1F (or 0xDF3D1F) is known color: Cinnabar. HEX triplet: DF, 3D and 1F. RGB value is (223,61,31). Sum of RGB (Red+Green+Blue) = 223+61+31=315 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.79% from 315); Green value is 61 (24.22% from 255 or 19.37% from 315); Blue value is 31 (12.5% from 255 or 9.84% from 315); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3D1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3D1F is #20C2E0. Grayscale: #6A6A6A. Windows color (decimal): -2147041 or 2047455. OLE color: 2047455.

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

Color convert

RGB 223 61 31 -
CMYK 0 0.73 0.86 0.13
HSL 9.38º 0.76% 0.5% -
HSV(B) 9.38º 0.86% 0.87% -
XYZ 32.35 19.12 3.28 -
YUV 106.02 85.67 211.44 -
System Red Green Blue C M Y K H S L
Decimal 223 61 31 0 0.73 0.86 0.13 9.38 0.76 0.5
Hex DF 3D 1F 0 49 56 D 9 4C 32
Octal 337 75 37 0 111 126 15 11 114 62
Binary 11011111 111101 11111 0 1001001 1010110 1101 1001 1001100 110010

Color Harmonies of #DF3D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3D1F

Black with #DF3D1F

Text Example


Text Example

White with #DF3D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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