Html Css Color HEX #DA3826 Cinnabar

📋 copy color: '#DA3826'

red 218 ◦ green 56 ◦ blue 38

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

Shades of Cinnabar #DA3826

Tints of Cinnabar #DA3826

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.95%

 BLUE value IS 38 (15.23% from 255) = 12.18%

R = 69.87%
G = 17.95%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#DA3826 (or 0xDA3826) is known color: Cinnabar. HEX triplet: DA, 38 and 26. RGB value is (218,56,38). Sum of RGB (Red+Green+Blue) = 218+56+38=312 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.87% from 312); Green value is 56 (22.27% from 255 or 17.95% from 312); Blue value is 38 (15.23% from 255 or 12.18% from 312); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3826 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3826 is #25C7D9. Grayscale: #666666. Windows color (decimal): -2475994 or 2504922. OLE color: 2504922.

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

Color convert

RGB 218 56 38 -
CMYK 0 0.74 0.83 0.15
HSL 0.71% 0.5% -
HSV(B) 0.83% 0.85% -
XYZ 30.68 17.87 3.67 -
YUV 102.39 91.67 210.46 -
System Red Green Blue C M Y K H S L
Decimal 218 56 38 0 0.74 0.83 0.15 6 0.71 0.5
Hex DA 38 26 0 4A 53 F 6 47 32
Octal 332 70 46 0 112 123 17 6 107 62
Binary 11011010 111000 100110 0 1001010 1010011 1111 110 1000111 110010

Color Harmonies of #DA3826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3826

Black with #DA3826

Text Example


Text Example

White with #DA3826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3826; }

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

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

background-color css

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

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

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

border-color css

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

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

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