Html Css Color HEX #DA481E Cinnabar

📋 copy color: '#DA481E'

red 218 ◦ green 72 ◦ blue 30

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

Shades of Cinnabar #DA481E

Tints of Cinnabar #DA481E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.38%

R = 68.13%
G = 22.5%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#DA481E (or 0xDA481E) is known color: Cinnabar. HEX triplet: DA, 48 and 1E. RGB value is (218,72,30). Sum of RGB (Red+Green+Blue) = 218+72+30=320 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.12% from 320); Green value is 72 (28.52% from 255 or 22.5% from 320); Blue value is 30 (12.11% from 255 or 9.38% from 320); Max value from RGB is 218 - color contains mainly: red. Hex color #DA481E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA481E is #25B7E1. Grayscale: #6F6F6F. Windows color (decimal): -2471906 or 1984730. OLE color: 1984730.

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

Color convert

RGB 218 72 30 -
CMYK 0 0.67 0.86 0.15
HSL 13.4º 0.76% 0.49% -
HSV(B) 13.4º 0.86% 0.85% -
XYZ 31.47 19.63 3.36 -
YUV 110.87 82.37 204.42 -
System Red Green Blue C M Y K H S L
Decimal 218 72 30 0 0.67 0.86 0.15 13.4 0.76 0.49
Hex DA 48 1E 0 43 56 F D 4C 31
Octal 332 110 36 0 103 126 17 15 114 61
Binary 11011010 1001000 11110 0 1000011 1010110 1111 1101 1001100 110001

Color Harmonies of #DA481E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA481E

Black with #DA481E

Text Example


Text Example

White with #DA481E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA481E; }

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

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

background-color css

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

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

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

border-color css

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

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

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