Html Css Color HEX #DF473D Cinnabar

📋 copy color: '#DF473D'

red 223 ◦ green 71 ◦ blue 61

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

Shades of Cinnabar #DF473D

Tints of Cinnabar #DF473D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20%

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

R = 62.82%
G = 20%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DF473D (or 0xDF473D) is known color: Cinnabar. HEX triplet: DF, 47 and 3D. RGB value is (223,71,61). Sum of RGB (Red+Green+Blue) = 223+71+61=355 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.82% from 355); Green value is 71 (28.12% from 255 or 20% from 355); Blue value is 61 (24.22% from 255 or 17.18% from 355); Max value from RGB is 223 - color contains mainly: red. Hex color #DF473D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF473D is #20B8C2. Grayscale: #737373. Windows color (decimal): -2144451 or 4016095. OLE color: 4016095.

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

Color convert

RGB 223 71 61 -
CMYK 0 0.68 0.73 0.13
HSL 3.7º 0.72% 0.56% -
HSV(B) 3.7º 0.73% 0.87% -
XYZ 33.53 20.53 6.61 -
YUV 115.31 97.36 204.81 -
System Red Green Blue C M Y K H S L
Decimal 223 71 61 0 0.68 0.73 0.13 3.7 0.72 0.56
Hex DF 47 3D 0 44 49 D 4 48 38
Octal 337 107 75 0 104 111 15 4 110 70
Binary 11011111 1000111 111101 0 1000100 1001001 1101 100 1001000 111000

Color Harmonies of #DF473D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF473D

Black with #DF473D

Text Example


Text Example

White with #DF473D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF473D; }

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

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

background-color css

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

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

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

border-color css

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

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

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