Html Css Color HEX #DA463C Cinnabar

📋 copy color: '#DA463C'

red 218 ◦ green 70 ◦ blue 60

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

Shades of Cinnabar #DA463C

Tints of Cinnabar #DA463C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.24%

R = 62.64%
G = 20.11%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#DA463C (or 0xDA463C) is known color: Cinnabar. HEX triplet: DA, 46 and 3C. RGB value is (218,70,60). Sum of RGB (Red+Green+Blue) = 218+70+60=348 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.64% from 348); Green value is 70 (27.73% from 255 or 20.11% from 348); Blue value is 60 (23.83% from 255 or 17.24% from 348); Max value from RGB is 218 - color contains mainly: red. Hex color #DA463C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA463C is #25B9C3. Grayscale: #717171. Windows color (decimal): -2472388 or 3950298. OLE color: 3950298.

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

Color convert

RGB 218 70 60 -
CMYK 0 0.68 0.72 0.15
HSL 3.8º 0.68% 0.55% -
HSV(B) 3.8º 0.72% 0.85% -
XYZ 31.92 19.61 6.38 -
YUV 113.11 98.03 202.81 -
System Red Green Blue C M Y K H S L
Decimal 218 70 60 0 0.68 0.72 0.15 3.8 0.68 0.55
Hex DA 46 3C 0 44 48 F 4 44 37
Octal 332 106 74 0 104 110 17 4 104 67
Binary 11011010 1000110 111100 0 1000100 1001000 1111 100 1000100 110111

Color Harmonies of #DA463C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA463C

Black with #DA463C

Text Example


Text Example

White with #DA463C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA463C; }

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

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

background-color css

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

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

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

border-color css

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

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

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