Html Css Color HEX #DA503A Cinnabar

📋 copy color: '#DA503A'

red 218 ◦ green 80 ◦ blue 58

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

Shades of Cinnabar #DA503A

Tints of Cinnabar #DA503A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.47%

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

R = 61.24%
G = 22.47%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#DA503A (or 0xDA503A) is known color: Cinnabar. HEX triplet: DA, 50 and 3A. RGB value is (218,80,58). Sum of RGB (Red+Green+Blue) = 218+80+58=356 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.24% from 356); Green value is 80 (31.64% from 255 or 22.47% from 356); Blue value is 58 (23.05% from 255 or 16.29% from 356); Max value from RGB is 218 - color contains mainly: red. Hex color #DA503A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA503A is #25AFC5. Grayscale: #767676. Windows color (decimal): -2469830 or 3821786. OLE color: 3821786.

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

Color convert

RGB 218 80 58 -
CMYK 0 0.63 0.73 0.15
HSL 8.25º 0.68% 0.54% -
HSV(B) 8.25º 0.73% 0.85% -
XYZ 32.55 20.95 6.33 -
YUV 118.75 93.72 198.79 -
System Red Green Blue C M Y K H S L
Decimal 218 80 58 0 0.63 0.73 0.15 8.25 0.68 0.54
Hex DA 50 3A 0 3F 49 F 8 44 36
Octal 332 120 72 0 77 111 17 10 104 66
Binary 11011010 1010000 111010 0 111111 1001001 1111 1000 1000100 110110

Color Harmonies of #DA503A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA503A

Black with #DA503A

Text Example


Text Example

White with #DA503A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA503A; }

 p { color: rgb(218,80,58); }

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

background-color css

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

 a { background-color: rgb(218,80,58); }

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

border-color css

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

 span { border-color: rgb(218,80,58); }

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