Html Css Color HEX #DA442D Cinnabar

📋 copy color: '#DA442D'

red 218 ◦ green 68 ◦ blue 45

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

Shades of Cinnabar #DA442D

Tints of Cinnabar #DA442D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.6%

R = 65.86%
G = 20.54%
B = 13.6%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#DA442D (or 0xDA442D) is known color: Cinnabar. HEX triplet: DA, 44 and 2D. RGB value is (218,68,45). Sum of RGB (Red+Green+Blue) = 218+68+45=331 (43% of max value = 765). Red value is 218 (85.55% from 255 or 65.86% from 331); Green value is 68 (26.95% from 255 or 20.54% from 331); Blue value is 45 (17.97% from 255 or 13.60% from 331); Max value from RGB is 218 - color contains mainly: red. Hex color #DA442D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA442D is #25BBD2. Grayscale: #6E6E6E. Windows color (decimal): -2472915 or 2966746. OLE color: 2966746.

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

Color convert

RGB 218 68 45 -
CMYK 0 0.69 0.79 0.15
HSL 7.98º 0.7% 0.52% -
HSV(B) 7.98º 0.79% 0.85% -
XYZ 31.45 19.23 4.54 -
YUV 110.23 91.2 204.87 -
System Red Green Blue C M Y K H S L
Decimal 218 68 45 0 0.69 0.79 0.15 7.98 0.7 0.52
Hex DA 44 2D 0 45 4F F 8 46 34
Octal 332 104 55 0 105 117 17 10 106 64
Binary 11011010 1000100 101101 0 1000101 1001111 1111 1000 1000110 110100

Color Harmonies of #DA442D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA442D

Black with #DA442D

Text Example


Text Example

White with #DA442D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA442D; }

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

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

background-color css

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

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

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

border-color css

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

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

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