Html Css Color HEX #DA413B Cinnabar

📋 copy color: '#DA413B'

red 218 ◦ green 65 ◦ blue 59

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

Shades of Cinnabar #DA413B

Tints of Cinnabar #DA413B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.25%

R = 63.74%
G = 19.01%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#DA413B (or 0xDA413B) is known color: Cinnabar. HEX triplet: DA, 41 and 3B. RGB value is (218,65,59). Sum of RGB (Red+Green+Blue) = 218+65+59=342 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.74% from 342); Green value is 65 (25.78% from 255 or 19.01% from 342); Blue value is 59 (23.44% from 255 or 17.25% from 342); Max value from RGB is 218 - color contains mainly: red. Hex color #DA413B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA413B is #25BEC4. Grayscale: #6E6E6E. Windows color (decimal): -2473669 or 3883482. OLE color: 3883482.

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

Color convert

RGB 218 65 59 -
CMYK 0 0.70 0.73 0.15
HSL 2.26º 0.68% 0.54% -
HSV(B) 2.26º 0.73% 0.85% -
XYZ 31.59 19 6.14 -
YUV 110.06 99.19 204.99 -
System Red Green Blue C M Y K H S L
Decimal 218 65 59 0 0.70 0.73 0.15 2.26 0.68 0.54
Hex DA 41 3B 0 46 49 F 2 44 36
Octal 332 101 73 0 106 111 17 2 104 66
Binary 11011010 1000001 111011 0 1000110 1001001 1111 10 1000100 110110

Color Harmonies of #DA413B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA413B

Black with #DA413B

Text Example


Text Example

White with #DA413B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA413B; }

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

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

background-color css

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

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

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

border-color css

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

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

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