Html Css Color HEX #DA481F Cinnabar

📋 copy color: '#DA481F'

red 218 ◦ green 72 ◦ blue 31

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

Shades of Cinnabar #DA481F

Tints of Cinnabar #DA481F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.66%

R = 67.91%
G = 22.43%
B = 9.66%

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

#DA481F (or 0xDA481F) is known color: Cinnabar. HEX triplet: DA, 48 and 1F. RGB value is (218,72,31). Sum of RGB (Red+Green+Blue) = 218+72+31=321 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.91% from 321); Green value is 72 (28.52% from 255 or 22.43% from 321); Blue value is 31 (12.5% from 255 or 9.66% from 321); Max value from RGB is 218 - color contains mainly: red. Hex color #DA481F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA481F is #25B7E0. Grayscale: #6F6F6F. Windows color (decimal): -2471905 or 2050266. OLE color: 2050266.

HSL color Cylindrical-coordinate representation of color #DA481F: hue angle of 13.16º degrees, saturation: 0.75, 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 #DA481F is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 72 31 -
CMYK 0 0.67 0.86 0.15
HSL 13.16º 0.75% 0.49% -
HSV(B) 13.16º 0.86% 0.85% -
XYZ 31.48 19.64 3.43 -
YUV 110.98 82.87 204.33 -
System Red Green Blue C M Y K H S L
Decimal 218 72 31 0 0.67 0.86 0.15 13.16 0.75 0.49
Hex DA 48 1F 0 43 56 F D 4B 31
Octal 332 110 37 0 103 126 17 15 113 61
Binary 11011010 1001000 11111 0 1000011 1010110 1111 1101 1001011 110001

Color Harmonies of #DA481F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA481F

Black with #DA481F

Text Example


Text Example

White with #DA481F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA481F; }

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

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

background-color css

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

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

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

border-color css

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

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

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