Html Css Color HEX #DA481D Cinnabar

📋 copy color: '#DA481D'

red 218 ◦ green 72 ◦ blue 29

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

Shades of Cinnabar #DA481D

Tints of Cinnabar #DA481D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.57%

 BLUE value IS 29 (11.72% from 255) = 9.09%

R = 68.34%
G = 22.57%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#DA481D (or 0xDA481D) is known color: Cinnabar. HEX triplet: DA, 48 and 1D. RGB value is (218,72,29). Sum of RGB (Red+Green+Blue) = 218+72+29=319 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.34% from 319); Green value is 72 (28.52% from 255 or 22.57% from 319); Blue value is 29 (11.72% from 255 or 9.09% from 319); Max value from RGB is 218 - color contains mainly: red. Hex color #DA481D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA481D is #25B7E2. Grayscale: #6F6F6F. Windows color (decimal): -2471907 or 1919194. OLE color: 1919194.

HSL color Cylindrical-coordinate representation of color #DA481D: hue angle of 13.65º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DA481D is Cyan = 0, Magento = 0.67, Yellow = 0.87 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 72 29 -
CMYK 0 0.67 0.87 0.15
HSL 13.65º 0.77% 0.48% -
HSV(B) 13.65º 0.87% 0.85% -
XYZ 31.45 19.63 3.29 -
YUV 110.75 81.87 204.5 -
System Red Green Blue C M Y K H S L
Decimal 218 72 29 0 0.67 0.87 0.15 13.65 0.77 0.48
Hex DA 48 1D 0 43 57 F E 4D 30
Octal 332 110 35 0 103 127 17 16 115 60
Binary 11011010 1001000 11101 0 1000011 1010111 1111 1110 1001101 110000

Color Harmonies of #DA481D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA481D

Black with #DA481D

Text Example


Text Example

White with #DA481D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA481D; }

 p { color: rgb(218,72,29); }

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

background-color css

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

 a { background-color: rgb(218,72,29); }

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

border-color css

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

 span { border-color: rgb(218,72,29); }

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