Html Css Color HEX #DF403F Cinnabar

📋 copy color: '#DF403F'

red 223 ◦ green 64 ◦ blue 63

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

Shades of Cinnabar #DF403F

Tints of Cinnabar #DF403F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.29%

 BLUE value IS 63 (25% from 255) = 18%

R = 63.71%
G = 18.29%
B = 18%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DF403F (or 0xDF403F) is known color: Cinnabar. HEX triplet: DF, 40 and 3F. RGB value is (223,64,63). Sum of RGB (Red+Green+Blue) = 223+64+63=350 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.71% from 350); Green value is 64 (25.39% from 255 or 18.29% from 350); Blue value is 63 (25% from 255 or 18% from 350); Max value from RGB is 223 - color contains mainly: red. Hex color #DF403F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF403F is #20BFC0. Grayscale: #6F6F6F. Windows color (decimal): -2146241 or 4145375. OLE color: 4145375.

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

Color convert

RGB 223 64 63 -
CMYK 0 0.71 0.72 0.13
HSL 0.38º 0.71% 0.56% -
HSV(B) 0.38º 0.72% 0.87% -
XYZ 33.16 19.71 6.76 -
YUV 111.43 100.68 207.58 -
System Red Green Blue C M Y K H S L
Decimal 223 64 63 0 0.71 0.72 0.13 0.38 0.71 0.56
Hex DF 40 3F 0 47 48 D 0 47 38
Octal 337 100 77 0 107 110 15 0 107 70
Binary 11011111 1000000 111111 0 1000111 1001000 1101 0 1000111 111000

Color Harmonies of #DF403F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF403F

Black with #DF403F

Text Example


Text Example

White with #DF403F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF403F; }

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

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

background-color css

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

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

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

border-color css

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

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

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