Html Css Color HEX #DA463B Cinnabar

📋 copy color: '#DA463B'

red 218 ◦ green 70 ◦ blue 59

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

Shades of Cinnabar #DA463B

Tints of Cinnabar #DA463B

RGB

 RED value IS 218 (85.55% from 255) = 62.82%

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

 BLUE value IS 59 (23.44% from 255) = 17%

R = 62.82%
G = 20.17%
B = 17%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#DA463B (or 0xDA463B) is known color: Cinnabar. HEX triplet: DA, 46 and 3B. RGB value is (218,70,59). Sum of RGB (Red+Green+Blue) = 218+70+59=347 (45% of max value = 765). Red value is 218 (85.55% from 255 or 62.82% from 347); Green value is 70 (27.73% from 255 or 20.17% from 347); Blue value is 59 (23.44% from 255 or 17.00% from 347); Max value from RGB is 218 - color contains mainly: red. Hex color #DA463B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA463B is #25B9C4. Grayscale: #717171. Windows color (decimal): -2472389 or 3884762. OLE color: 3884762.

HSL color Cylindrical-coordinate representation of color #DA463B: hue angle of 4.15º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DA463B is Cyan = 0, Magento = 0.68, Yellow = 0.73 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 70 59 -
CMYK 0 0.68 0.73 0.15
HSL 4.15º 0.68% 0.54% -
HSV(B) 4.15º 0.73% 0.85% -
XYZ 31.89 19.6 6.24 -
YUV 113 97.53 202.89 -
System Red Green Blue C M Y K H S L
Decimal 218 70 59 0 0.68 0.73 0.15 4.15 0.68 0.54
Hex DA 46 3B 0 44 49 F 4 44 36
Octal 332 106 73 0 104 111 17 4 104 66
Binary 11011010 1000110 111011 0 1000100 1001001 1111 100 1000100 110110

Color Harmonies of #DA463B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA463B

Black with #DA463B

Text Example


Text Example

White with #DA463B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA463B; }

 p { color: rgb(218,70,59); }

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

background-color css

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

 a { background-color: rgb(218,70,59); }

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

border-color css

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

 span { border-color: rgb(218,70,59); }

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