Html Css Color HEX #DA3622 Cinnabar

📋 copy color: '#DA3622'

red 218 ◦ green 54 ◦ blue 34

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

Shades of Cinnabar #DA3622

Tints of Cinnabar #DA3622

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.65%

 BLUE value IS 34 (13.67% from 255) = 11.11%

R = 71.24%
G = 17.65%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#DA3622 (or 0xDA3622) is known color: Cinnabar. HEX triplet: DA, 36 and 22. RGB value is (218,54,34). Sum of RGB (Red+Green+Blue) = 218+54+34=306 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.24% from 306); Green value is 54 (21.48% from 255 or 17.65% from 306); Blue value is 34 (13.67% from 255 or 11.11% from 306); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3622 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3622 is #25C9DD. Grayscale: #646464. Windows color (decimal): -2476510 or 2242266. OLE color: 2242266.

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

Color convert

RGB 218 54 34 -
CMYK 0 0.75 0.84 0.15
HSL 6.52º 0.73% 0.49% -
HSV(B) 6.52º 0.84% 0.85% -
XYZ 30.52 17.66 3.31 -
YUV 100.76 90.33 211.63 -
System Red Green Blue C M Y K H S L
Decimal 218 54 34 0 0.75 0.84 0.15 6.52 0.73 0.49
Hex DA 36 22 0 4B 54 F 7 49 31
Octal 332 66 42 0 113 124 17 7 111 61
Binary 11011010 110110 100010 0 1001011 1010100 1111 111 1001001 110001

Color Harmonies of #DA3622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3622

Black with #DA3622

Text Example


Text Example

White with #DA3622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3622; }

 p { color: rgb(218,54,34); }

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

background-color css

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

 a { background-color: rgb(218,54,34); }

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

border-color css

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

 span { border-color: rgb(218,54,34); }

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