Html Css Color HEX #DF3631 Cinnabar

📋 copy color: '#DF3631'

red 223 ◦ green 54 ◦ blue 49

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

Shades of Cinnabar #DF3631

Tints of Cinnabar #DF3631

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.03%

R = 68.4%
G = 16.56%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DF3631 (or 0xDF3631) is known color: Cinnabar. HEX triplet: DF, 36 and 31. RGB value is (223,54,49). Sum of RGB (Red+Green+Blue) = 223+54+49=326 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.40% from 326); Green value is 54 (21.48% from 255 or 16.56% from 326); Blue value is 49 (19.53% from 255 or 15.03% from 326); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3631 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3631 is #20C9CE. Grayscale: #686868. Windows color (decimal): -2148815 or 3225311. OLE color: 3225311.

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

Color convert

RGB 223 54 49 -
CMYK 0 0.76 0.78 0.13
HSL 1.72º 0.73% 0.53% -
HSV(B) 1.72º 0.78% 0.87% -
XYZ 32.3 18.55 4.78 -
YUV 103.96 96.99 212.91 -
System Red Green Blue C M Y K H S L
Decimal 223 54 49 0 0.76 0.78 0.13 1.72 0.73 0.53
Hex DF 36 31 0 4C 4E D 2 49 35
Octal 337 66 61 0 114 116 15 2 111 65
Binary 11011111 110110 110001 0 1001100 1001110 1101 10 1001001 110101

Color Harmonies of #DF3631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3631

Black with #DF3631

Text Example


Text Example

White with #DF3631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3631; }

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

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

background-color css

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

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

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

border-color css

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

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

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