Html Css Color HEX #DF463A Cinnabar

📋 copy color: '#DF463A'

red 223 ◦ green 70 ◦ blue 58

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

Shades of Cinnabar #DF463A

Tints of Cinnabar #DF463A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 16.52%

R = 63.53%
G = 19.94%
B = 16.52%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DF463A (or 0xDF463A) is known color: Cinnabar. HEX triplet: DF, 46 and 3A. RGB value is (223,70,58). Sum of RGB (Red+Green+Blue) = 223+70+58=351 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.53% from 351); Green value is 70 (27.73% from 255 or 19.94% from 351); Blue value is 58 (23.05% from 255 or 16.52% from 351); Max value from RGB is 223 - color contains mainly: red. Hex color #DF463A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF463A is #20B9C5. Grayscale: #727272. Windows color (decimal): -2144710 or 3819231. OLE color: 3819231.

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

Color convert

RGB 223 70 58 -
CMYK 0 0.69 0.74 0.13
HSL 4.36º 0.72% 0.55% -
HSV(B) 4.36º 0.74% 0.87% -
XYZ 33.39 20.37 6.18 -
YUV 114.38 96.19 205.48 -
System Red Green Blue C M Y K H S L
Decimal 223 70 58 0 0.69 0.74 0.13 4.36 0.72 0.55
Hex DF 46 3A 0 45 4A D 4 48 37
Octal 337 106 72 0 105 112 15 4 110 67
Binary 11011111 1000110 111010 0 1000101 1001010 1101 100 1001000 110111

Color Harmonies of #DF463A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF463A

Black with #DF463A

Text Example


Text Example

White with #DF463A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF463A; }

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

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

background-color css

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

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

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

border-color css

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

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

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