Html Css Color HEX #DA4038 Cinnabar

📋 copy color: '#DA4038'

red 218 ◦ green 64 ◦ blue 56

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

Shades of Cinnabar #DA4038

Tints of Cinnabar #DA4038

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.93%

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

R = 64.5%
G = 18.93%
B = 16.57%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#DA4038 (or 0xDA4038) is known color: Cinnabar. HEX triplet: DA, 40 and 38. RGB value is (218,64,56). Sum of RGB (Red+Green+Blue) = 218+64+56=338 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.50% from 338); Green value is 64 (25.39% from 255 or 18.93% from 338); Blue value is 56 (22.27% from 255 or 16.57% from 338); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4038 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4038 is #25BFC7. Grayscale: #6D6D6D. Windows color (decimal): -2473928 or 3686618. OLE color: 3686618.

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

Color convert

RGB 218 64 56 -
CMYK 0 0.71 0.74 0.15
HSL 2.96º 0.69% 0.54% -
HSV(B) 2.96º 0.74% 0.85% -
XYZ 31.46 18.86 5.72 -
YUV 109.13 98.02 205.65 -
System Red Green Blue C M Y K H S L
Decimal 218 64 56 0 0.71 0.74 0.15 2.96 0.69 0.54
Hex DA 40 38 0 47 4A F 3 45 36
Octal 332 100 70 0 107 112 17 3 105 66
Binary 11011010 1000000 111000 0 1000111 1001010 1111 11 1000101 110110

Color Harmonies of #DA4038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4038

Black with #DA4038

Text Example


Text Example

White with #DA4038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4038; }

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

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

background-color css

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

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

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

border-color css

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

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

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