Html Css Color HEX #DA443A Cinnabar

📋 copy color: '#DA443A'

red 218 ◦ green 68 ◦ blue 58

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

Shades of Cinnabar #DA443A

Tints of Cinnabar #DA443A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.77%

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

R = 63.37%
G = 19.77%
B = 16.86%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#DA443A (or 0xDA443A) is known color: Cinnabar. HEX triplet: DA, 44 and 3A. RGB value is (218,68,58). Sum of RGB (Red+Green+Blue) = 218+68+58=344 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.37% from 344); Green value is 68 (26.95% from 255 or 19.77% from 344); Blue value is 58 (23.05% from 255 or 16.86% from 344); Max value from RGB is 218 - color contains mainly: red. Hex color #DA443A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA443A is #25BBC5. Grayscale: #6F6F6F. Windows color (decimal): -2472902 or 3818714. OLE color: 3818714.

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

Color convert

RGB 218 68 58 -
CMYK 0 0.69 0.73 0.15
HSL 3.75º 0.68% 0.54% -
HSV(B) 3.75º 0.73% 0.85% -
XYZ 31.74 19.35 6.06 -
YUV 111.71 97.7 203.81 -
System Red Green Blue C M Y K H S L
Decimal 218 68 58 0 0.69 0.73 0.15 3.75 0.68 0.54
Hex DA 44 3A 0 45 49 F 4 44 36
Octal 332 104 72 0 105 111 17 4 104 66
Binary 11011010 1000100 111010 0 1000101 1001001 1111 100 1000100 110110

Color Harmonies of #DA443A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA443A

Black with #DA443A

Text Example


Text Example

White with #DA443A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA443A; }

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

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

background-color css

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

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

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

border-color css

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

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

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