Html Css Color HEX #DF3F3D Cinnabar

📋 copy color: '#DF3F3D'

red 223 ◦ green 63 ◦ blue 61

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

Shades of Cinnabar #DF3F3D

Tints of Cinnabar #DF3F3D

RGB

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

 GREEN value IS 63 (25% from 255) = 18.16%

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

R = 64.27%
G = 18.16%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DF3F3D (or 0xDF3F3D) is known color: Cinnabar. HEX triplet: DF, 3F and 3D. RGB value is (223,63,61). Sum of RGB (Red+Green+Blue) = 223+63+61=347 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.27% from 347); Green value is 63 (25% from 255 or 18.16% from 347); Blue value is 61 (24.22% from 255 or 17.58% from 347); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3F3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3F3D is #20C0C2. Grayscale: #6E6E6E. Windows color (decimal): -2146499 or 4014047. OLE color: 4014047.

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

Color convert

RGB 223 63 61 -
CMYK 0 0.72 0.73 0.13
HSL 0.74º 0.72% 0.56% -
HSV(B) 0.74º 0.73% 0.87% -
XYZ 33.05 19.58 6.45 -
YUV 110.61 100.01 208.16 -
System Red Green Blue C M Y K H S L
Decimal 223 63 61 0 0.72 0.73 0.13 0.74 0.72 0.56
Hex DF 3F 3D 0 48 49 D 1 48 38
Octal 337 77 75 0 110 111 15 1 110 70
Binary 11011111 111111 111101 0 1001000 1001001 1101 1 1001000 111000

Color Harmonies of #DF3F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3F3D

Black with #DF3F3D

Text Example


Text Example

White with #DF3F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3F3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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