Html Css Color HEX #DA4D38 Cinnabar

📋 copy color: '#DA4D38'

red 218 ◦ green 77 ◦ blue 56

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

Shades of Cinnabar #DA4D38

Tints of Cinnabar #DA4D38

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.94%

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

R = 62.11%
G = 21.94%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#DA4D38 (or 0xDA4D38) is known color: Cinnabar. HEX triplet: DA, 4D and 38. RGB value is (218,77,56). Sum of RGB (Red+Green+Blue) = 218+77+56=351 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.11% from 351); Green value is 77 (30.47% from 255 or 21.94% from 351); Blue value is 56 (22.27% from 255 or 15.95% from 351); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4D38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA4D38 is #25B2C7. Grayscale: #747474. Windows color (decimal): -2470600 or 3689946. OLE color: 3689946.

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

Color convert

RGB 218 77 56 -
CMYK 0 0.65 0.74 0.15
HSL 7.78º 0.69% 0.54% -
HSV(B) 7.78º 0.74% 0.85% -
XYZ 32.28 20.5 6 -
YUV 116.77 93.71 200.21 -
System Red Green Blue C M Y K H S L
Decimal 218 77 56 0 0.65 0.74 0.15 7.78 0.69 0.54
Hex DA 4D 38 0 41 4A F 8 45 36
Octal 332 115 70 0 101 112 17 10 105 66
Binary 11011010 1001101 111000 0 1000001 1001010 1111 1000 1000101 110110

Color Harmonies of #DA4D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4D38

Black with #DA4D38

Text Example


Text Example

White with #DA4D38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4D38; }

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

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

background-color css

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

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

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

border-color css

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

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

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