Html Css Color HEX #DA4326 Cinnabar

📋 copy color: '#DA4326'

red 218 ◦ green 67 ◦ blue 38

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

Shades of Cinnabar #DA4326

Tints of Cinnabar #DA4326

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.74%

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

R = 67.49%
G = 20.74%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#DA4326 (or 0xDA4326) is known color: Cinnabar. HEX triplet: DA, 43 and 26. RGB value is (218,67,38). Sum of RGB (Red+Green+Blue) = 218+67+38=323 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.49% from 323); Green value is 67 (26.56% from 255 or 20.74% from 323); Blue value is 38 (15.23% from 255 or 11.76% from 323); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4326 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4326 is #25BCD9. Grayscale: #6D6D6D. Windows color (decimal): -2473178 or 2507738. OLE color: 2507738.

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

Color convert

RGB 218 67 38 -
CMYK 0 0.69 0.83 0.15
HSL 9.67º 0.71% 0.5% -
HSV(B) 9.67º 0.83% 0.85% -
XYZ 31.27 19.06 3.86 -
YUV 108.84 88.03 205.86 -
System Red Green Blue C M Y K H S L
Decimal 218 67 38 0 0.69 0.83 0.15 9.67 0.71 0.5
Hex DA 43 26 0 45 53 F A 47 32
Octal 332 103 46 0 105 123 17 12 107 62
Binary 11011010 1000011 100110 0 1000101 1010011 1111 1010 1000111 110010

Color Harmonies of #DA4326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4326

Black with #DA4326

Text Example


Text Example

White with #DA4326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4326; }

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

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

background-color css

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

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

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

border-color css

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

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

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