Html Css Color HEX #DA413A Cinnabar

📋 copy color: '#DA413A'

red 218 ◦ green 65 ◦ blue 58

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

Shades of Cinnabar #DA413A

Tints of Cinnabar #DA413A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.01%

R = 63.93%
G = 19.06%
B = 17.01%

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

#DA413A (or 0xDA413A) is known color: Cinnabar. HEX triplet: DA, 41 and 3A. RGB value is (218,65,58). Sum of RGB (Red+Green+Blue) = 218+65+58=341 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.93% from 341); Green value is 65 (25.78% from 255 or 19.06% from 341); Blue value is 58 (23.05% from 255 or 17.01% from 341); Max value from RGB is 218 - color contains mainly: red. Hex color #DA413A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA413A is #25BEC5. Grayscale: #6E6E6E. Windows color (decimal): -2473670 or 3817946. OLE color: 3817946.

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

Color convert

RGB 218 65 58 -
CMYK 0 0.70 0.73 0.15
HSL 2.63º 0.68% 0.54% -
HSV(B) 2.63º 0.73% 0.85% -
XYZ 31.57 18.99 6 -
YUV 109.95 98.69 205.07 -
System Red Green Blue C M Y K H S L
Decimal 218 65 58 0 0.70 0.73 0.15 2.63 0.68 0.54
Hex DA 41 3A 0 46 49 F 3 44 36
Octal 332 101 72 0 106 111 17 3 104 66
Binary 11011010 1000001 111010 0 1000110 1001001 1111 11 1000100 110110

Color Harmonies of #DA413A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA413A

Black with #DA413A

Text Example


Text Example

White with #DA413A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA413A; }

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

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

background-color css

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

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

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

border-color css

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

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

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