Html Css Color HEX #DA411F Cinnabar

📋 copy color: '#DA411F'

red 218 ◦ green 65 ◦ blue 31

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

Shades of Cinnabar #DA411F

Tints of Cinnabar #DA411F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.7%

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

R = 69.43%
G = 20.7%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#DA411F (or 0xDA411F) is known color: Cinnabar. HEX triplet: DA, 41 and 1F. RGB value is (218,65,31). Sum of RGB (Red+Green+Blue) = 218+65+31=314 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.43% from 314); Green value is 65 (25.78% from 255 or 20.70% from 314); Blue value is 31 (12.5% from 255 or 9.87% from 314); Max value from RGB is 218 - color contains mainly: red. Hex color #DA411F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA411F is #25BEE0. Grayscale: #6B6B6B. Windows color (decimal): -2473697 or 2048474. OLE color: 2048474.

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

Color convert

RGB 218 65 31 -
CMYK 0 0.70 0.86 0.15
HSL 10.91º 0.75% 0.49% -
HSV(B) 10.91º 0.86% 0.85% -
XYZ 31.05 18.78 3.29 -
YUV 106.87 85.19 207.26 -
System Red Green Blue C M Y K H S L
Decimal 218 65 31 0 0.70 0.86 0.15 10.91 0.75 0.49
Hex DA 41 1F 0 46 56 F B 4B 31
Octal 332 101 37 0 106 126 17 13 113 61
Binary 11011010 1000001 11111 0 1000110 1010110 1111 1011 1001011 110001

Color Harmonies of #DA411F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA411F

Black with #DA411F

Text Example


Text Example

White with #DA411F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA411F; }

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

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

background-color css

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

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

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

border-color css

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

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

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