Html Css Color HEX #DA3823 Cinnabar

📋 copy color: '#DA3823'

red 218 ◦ green 56 ◦ blue 35

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

Shades of Cinnabar #DA3823

Tints of Cinnabar #DA3823

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 11.33%

R = 70.55%
G = 18.12%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#DA3823 (or 0xDA3823) is known color: Cinnabar. HEX triplet: DA, 38 and 23. RGB value is (218,56,35). Sum of RGB (Red+Green+Blue) = 218+56+35=309 (40% of max value = 765). Red value is 218 (85.55% from 255 or 70.55% from 309); Green value is 56 (22.27% from 255 or 18.12% from 309); Blue value is 35 (14.06% from 255 or 11.33% from 309); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3823 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3823 is #25C7DC. Grayscale: #666666. Windows color (decimal): -2475997 or 2308314. OLE color: 2308314.

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

Color convert

RGB 218 56 35 -
CMYK 0 0.74 0.84 0.15
HSL 6.89º 0.72% 0.5% -
HSV(B) 6.89º 0.84% 0.85% -
XYZ 30.63 17.86 3.42 -
YUV 102.04 90.17 210.71 -
System Red Green Blue C M Y K H S L
Decimal 218 56 35 0 0.74 0.84 0.15 6.89 0.72 0.5
Hex DA 38 23 0 4A 54 F 7 48 32
Octal 332 70 43 0 112 124 17 7 110 62
Binary 11011010 111000 100011 0 1001010 1010100 1111 111 1001000 110010

Color Harmonies of #DA3823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3823

Black with #DA3823

Text Example


Text Example

White with #DA3823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3823; }

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

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

background-color css

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

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

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

border-color css

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

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

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