Html Css Color HEX #DA443C Cinnabar

📋 copy color: '#DA443C'

red 218 ◦ green 68 ◦ blue 60

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

Shades of Cinnabar #DA443C

Tints of Cinnabar #DA443C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.34%

R = 63.01%
G = 19.65%
B = 17.34%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#DA443C (or 0xDA443C) is known color: Cinnabar. HEX triplet: DA, 44 and 3C. RGB value is (218,68,60). Sum of RGB (Red+Green+Blue) = 218+68+60=346 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.01% from 346); Green value is 68 (26.95% from 255 or 19.65% from 346); Blue value is 60 (23.83% from 255 or 17.34% from 346); Max value from RGB is 218 - color contains mainly: red. Hex color #DA443C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA443C is #25BBC3. Grayscale: #707070. Windows color (decimal): -2472900 or 3949786. OLE color: 3949786.

HSL color Cylindrical-coordinate representation of color #DA443C: hue angle of 3.04º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DA443C is Cyan = 0, Magento = 0.69, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 68 60 -
CMYK 0 0.69 0.72 0.15
HSL 3.04º 0.68% 0.55% -
HSV(B) 3.04º 0.72% 0.85% -
XYZ 31.8 19.37 6.34 -
YUV 111.94 98.7 203.65 -
System Red Green Blue C M Y K H S L
Decimal 218 68 60 0 0.69 0.72 0.15 3.04 0.68 0.55
Hex DA 44 3C 0 45 48 F 3 44 37
Octal 332 104 74 0 105 110 17 3 104 67
Binary 11011010 1000100 111100 0 1000101 1001000 1111 11 1000100 110111

Color Harmonies of #DA443C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA443C

Black with #DA443C

Text Example


Text Example

White with #DA443C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA443C; }

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

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

background-color css

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

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

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

border-color css

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

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

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