Html Css Color HEX #DF351F Cinnabar

📋 copy color: '#DF351F'

red 223 ◦ green 53 ◦ blue 31

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

Shades of Cinnabar #DF351F

Tints of Cinnabar #DF351F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.26%

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

R = 72.64%
G = 17.26%
B = 10.1%

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

#DF351F (or 0xDF351F) is known color: Cinnabar. HEX triplet: DF, 35 and 1F. RGB value is (223,53,31). Sum of RGB (Red+Green+Blue) = 223+53+31=307 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.64% from 307); Green value is 53 (21.09% from 255 or 17.26% from 307); Blue value is 31 (12.5% from 255 or 10.10% from 307); Max value from RGB is 223 - color contains mainly: red. Hex color #DF351F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF351F is #20CAE0. Grayscale: #656565. Windows color (decimal): -2149089 or 2045407. OLE color: 2045407.

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

Color convert

RGB 223 53 31 -
CMYK 0 0.76 0.86 0.13
HSL 6.88º 0.76% 0.5% -
HSV(B) 6.88º 0.86% 0.87% -
XYZ 31.95 18.33 3.15 -
YUV 101.32 88.32 214.79 -
System Red Green Blue C M Y K H S L
Decimal 223 53 31 0 0.76 0.86 0.13 6.88 0.76 0.5
Hex DF 35 1F 0 4C 56 D 7 4C 32
Octal 337 65 37 0 114 126 15 7 114 62
Binary 11011111 110101 11111 0 1001100 1010110 1101 111 1001100 110010

Color Harmonies of #DF351F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF351F

Black with #DF351F

Text Example


Text Example

White with #DF351F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF351F; }

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

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

background-color css

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

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

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

border-color css

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

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

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