Html Css Color HEX #DF4C3D Cinnabar

📋 copy color: '#DF4C3D'

red 223 ◦ green 76 ◦ blue 61

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

Shades of Cinnabar #DF4C3D

Tints of Cinnabar #DF4C3D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.11%

 BLUE value IS 61 (24.22% from 255) = 16.94%

R = 61.94%
G = 21.11%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DF4C3D (or 0xDF4C3D) is known color: Cinnabar. HEX triplet: DF, 4C and 3D. RGB value is (223,76,61). Sum of RGB (Red+Green+Blue) = 223+76+61=360 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.94% from 360); Green value is 76 (30.08% from 255 or 21.11% from 360); Blue value is 61 (24.22% from 255 or 16.94% from 360); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4C3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4C3D is #20B3C2. Grayscale: #767676. Windows color (decimal): -2143171 or 4017375. OLE color: 4017375.

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

Color convert

RGB 223 76 61 -
CMYK 0 0.66 0.73 0.13
HSL 5.56º 0.72% 0.56% -
HSV(B) 5.56º 0.73% 0.87% -
XYZ 33.86 21.19 6.72 -
YUV 118.24 95.7 202.72 -
System Red Green Blue C M Y K H S L
Decimal 223 76 61 0 0.66 0.73 0.13 5.56 0.72 0.56
Hex DF 4C 3D 0 42 49 D 6 48 38
Octal 337 114 75 0 102 111 15 6 110 70
Binary 11011111 1001100 111101 0 1000010 1001001 1101 110 1001000 111000

Color Harmonies of #DF4C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4C3D

Black with #DF4C3D

Text Example


Text Example

White with #DF4C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4C3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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