Html Css Color HEX #DF4631 Cinnabar

📋 copy color: '#DF4631'

red 223 ◦ green 70 ◦ blue 49

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

Shades of Cinnabar #DF4631

Tints of Cinnabar #DF4631

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.47%

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

R = 65.2%
G = 20.47%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DF4631 (or 0xDF4631) is known color: Cinnabar. HEX triplet: DF, 46 and 31. RGB value is (223,70,49). Sum of RGB (Red+Green+Blue) = 223+70+49=342 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.20% from 342); Green value is 70 (27.73% from 255 or 20.47% from 342); Blue value is 49 (19.53% from 255 or 14.33% from 342); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4631 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4631 is #20B9CE. Grayscale: #717171. Windows color (decimal): -2144719 or 3229407. OLE color: 3229407.

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

Color convert

RGB 223 70 49 -
CMYK 0 0.69 0.78 0.13
HSL 7.24º 0.73% 0.53% -
HSV(B) 7.24º 0.78% 0.87% -
XYZ 33.18 20.29 5.07 -
YUV 113.35 91.69 206.21 -
System Red Green Blue C M Y K H S L
Decimal 223 70 49 0 0.69 0.78 0.13 7.24 0.73 0.53
Hex DF 46 31 0 45 4E D 7 49 35
Octal 337 106 61 0 105 116 15 7 111 65
Binary 11011111 1000110 110001 0 1000101 1001110 1101 111 1001001 110101

Color Harmonies of #DF4631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4631

Black with #DF4631

Text Example


Text Example

White with #DF4631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4631; }

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

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

background-color css

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

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

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

border-color css

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

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

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