Html Css Color HEX #DA4438 Cinnabar

📋 copy color: '#DA4438'

red 218 ◦ green 68 ◦ blue 56

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

Shades of Cinnabar #DA4438

Tints of Cinnabar #DA4438

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 16.37%

R = 63.74%
G = 19.88%
B = 16.37%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#DA4438 (or 0xDA4438) is known color: Cinnabar. HEX triplet: DA, 44 and 38. RGB value is (218,68,56). Sum of RGB (Red+Green+Blue) = 218+68+56=342 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.74% from 342); Green value is 68 (26.95% from 255 or 19.88% from 342); Blue value is 56 (22.27% from 255 or 16.37% from 342); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4438 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4438 is #25BBC7. Grayscale: #6F6F6F. Windows color (decimal): -2472904 or 3687642. OLE color: 3687642.

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

Color convert

RGB 218 68 56 -
CMYK 0 0.69 0.74 0.15
HSL 4.44º 0.69% 0.54% -
HSV(B) 4.44º 0.74% 0.85% -
XYZ 31.69 19.33 5.8 -
YUV 111.48 96.7 203.98 -
System Red Green Blue C M Y K H S L
Decimal 218 68 56 0 0.69 0.74 0.15 4.44 0.69 0.54
Hex DA 44 38 0 45 4A F 4 45 36
Octal 332 104 70 0 105 112 17 4 105 66
Binary 11011010 1000100 111000 0 1000101 1001010 1111 100 1000101 110110

Color Harmonies of #DA4438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4438

Black with #DA4438

Text Example


Text Example

White with #DA4438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4438; }

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

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

background-color css

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

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

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

border-color css

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

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

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